| Index: ipc/mojo/ipc_channel_mojo_unittest.cc
|
| diff --git a/ipc/mojo/ipc_channel_mojo_unittest.cc b/ipc/mojo/ipc_channel_mojo_unittest.cc
|
| index 31578370399034a094fc188bc1bbe165181e7e1c..60069b7dfdfad3d2b4d6b7c541ea40ba6c083151 100644
|
| --- a/ipc/mojo/ipc_channel_mojo_unittest.cc
|
| +++ b/ipc/mojo/ipc_channel_mojo_unittest.cc
|
| @@ -114,7 +114,7 @@ void IPCChannelMojoTest::CreateMojoChannel(IPC::Listener* listener) {
|
| CreateChannel(&never_called_);
|
| scoped_ptr<IPC::Channel> mojo_channel = IPC::ChannelMojo::Create(
|
| ReleaseChannel(), IPC::Channel::MODE_SERVER, listener,
|
| - io_thread_task_runner()).PassAs<IPC::Channel>();
|
| + task_runner()).PassAs<IPC::Channel>();
|
| SetChannel(mojo_channel.PassAs<IPC::Channel>());
|
| }
|
|
|
|
|