Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- ../../net/url_request/url_request_http_job.cc:512:40: error: no template named 'MakeRequest'; did you mean 'mojo::MakeRequest'?
- interfaces::CorpDataSharingImpl impl(MakeRequest<interfaces::mojom::CorpDataSharing>(&corp_data_sharer));
- ^~~~~~~~~~~
- mojo::MakeRequest
- ../../mojo/public/cpp/bindings/interface_request.h:77:29: note: 'mojo::MakeRequest' declared here
- InterfaceRequest<Interface> MakeRequest(ScopedMessagePipeHandle handle) {
- ^
- ../../net/url_request/url_request_http_job.cc:512:40: error: no template named 'MakeRequest'; did you mean 'mojo::MakeRequest'?
- interfaces::CorpDataSharingImpl impl(MakeRequest<interfaces::mojom::CorpDataSharing>(&corp_data_sharer));
- ^~~~~~~~~~~
- mojo::MakeRequest
- ../../mojo/public/cpp/bindings/interface_request.h:77:29: note: 'mojo::MakeRequest' declared here
- InterfaceRequest<Interface> MakeRequest(ScopedMessagePipeHandle handle) {
- ^
- ../../net/url_request/url_request_http_job.cc:512:40: error: no matching function for call to 'MakeRequest'
- interfaces::CorpDataSharingImpl impl(MakeRequest<interfaces::mojom::CorpDataSharing>(&corp_data_sharer));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../../mojo/public/cpp/bindings/interface_request.h:77:29: note: candidate function [with Interface = net::interfaces::mojom::CorpDataSharing] not viable: no known conversion from 'interfaces::mojom::CorpDataSharingPtr *' (aka 'InterfacePtr<net::interfaces::mojom::CorpDataSharing> *') to 'ScopedMessagePipeHandle' (aka 'ScopedHandleBase<mojo::MessagePipeHandle>') for 1st argument
- InterfaceRequest<Interface> MakeRequest(ScopedMessagePipeHandle handle) {
- ^
- 3 errors generated.
- ninja: build stopped: subcommand failed.
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.


