Index: ipc/ipc_channel_proxy.h |
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h |
index 5c194764f04f5f9ffcdf09d59b874e0420841b41..970237fc6d30e17d098ffb432e76a3944bff9997 100644 |
--- a/ipc/ipc_channel_proxy.h |
+++ b/ipc/ipc_channel_proxy.h |
@@ -219,7 +219,7 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe { |
void GetRemoteAssociatedInterface( |
mojo::AssociatedInterfacePtr<Interface>* proxy) { |
mojo::AssociatedInterfaceRequest<Interface> request = |
- mojo::GetProxy(proxy, GetAssociatedGroup()); |
+ mojo::MakeRequest(proxy, GetAssociatedGroup()); |
GetGenericRemoteAssociatedInterface(Interface::Name_, request.PassHandle()); |
} |