Index: ipc/ipc_channel.h |
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h |
index cb29d93d0e7c6f84f5da3dfeeec573faef251303..1c0a89d20d5e6ab95fa27e5ee9ad004e0ae11f2f 100644 |
--- a/ipc/ipc_channel.h |
+++ b/ipc/ipc_channel.h |
@@ -122,7 +122,7 @@ class IPC_EXPORT Channel : public Sender { |
void GetRemoteAssociatedInterface( |
mojo::AssociatedInterfacePtr<Interface>* proxy) { |
mojo::AssociatedInterfaceRequest<Interface> request = |
- mojo::GetProxy(proxy, GetAssociatedGroup()); |
+ mojo::MakeRequest(proxy, GetAssociatedGroup()); |
GetGenericRemoteAssociatedInterface( |
Interface::Name_, request.PassHandle()); |
} |