| Index: ipc/ipc_channel_proxy_unittest.cc
|
| diff --git a/ipc/ipc_channel_proxy_unittest.cc b/ipc/ipc_channel_proxy_unittest.cc
|
| index 954857e5e470968333a100607f8498ef826b5407..7c5c8a70fca2c15dd01d151ee08c88b7e3d28348 100644
|
| --- a/ipc/ipc_channel_proxy_unittest.cc
|
| +++ b/ipc/ipc_channel_proxy_unittest.cc
|
| @@ -438,7 +438,7 @@ MULTIPROCESS_IPC_TEST_CLIENT_MAIN(ChannelProxyClient) {
|
| base::MessageLoopForIO main_message_loop;
|
| ChannelReflectorListener listener;
|
| scoped_ptr<IPC::Channel> channel(IPC::Channel::CreateClient(
|
| - IPCTestBase::GetChannelName("ChannelProxyClient"), &listener, nullptr));
|
| + IPCTestBase::GetChannelName("ChannelProxyClient"), &listener));
|
| CHECK(channel->Connect());
|
| listener.Init(channel.get());
|
|
|
|
|