| Index: ipc/ipc_channel_mojo_unittest.cc
|
| diff --git a/ipc/ipc_channel_mojo_unittest.cc b/ipc/ipc_channel_mojo_unittest.cc
|
| index 5c23ea3823c6b407c7fbf32d16354913dc42e314..9b28e39937ca3d2e041f3264133f8271642e4063 100644
|
| --- a/ipc/ipc_channel_mojo_unittest.cc
|
| +++ b/ipc/ipc_channel_mojo_unittest.cc
|
| @@ -921,7 +921,7 @@ DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT_WITH_CUSTOM_FIXTURE(
|
| IPC::mojom::PingReceiverAssociatedPtr ping_receiver;
|
| proxy()->GetRemoteAssociatedInterface(&driver);
|
| driver->GetPingReceiver(
|
| - mojo::GetProxy(&ping_receiver, driver.associated_group()));
|
| + mojo::MakeRequest(&ping_receiver, driver.associated_group()));
|
|
|
| base::RunLoop loop;
|
| ping_receiver->Ping(loop.QuitClosure());
|
|
|