| Index: content/test/render_thread_impl_browser_test_ipc_helper.cc
|
| diff --git a/content/test/render_thread_impl_browser_test_ipc_helper.cc b/content/test/render_thread_impl_browser_test_ipc_helper.cc
|
| index 4ffd75bc4dea21b12c7bb3d6d09dde219b479d2f..171e08537ab79a4562274836598294e06b322b25 100644
|
| --- a/content/test/render_thread_impl_browser_test_ipc_helper.cc
|
| +++ b/content/test/render_thread_impl_browser_test_ipc_helper.cc
|
| @@ -48,7 +48,8 @@ void RenderThreadImplBrowserIPCTestHelper::SetupMojo() {
|
| mojo::MessagePipe pipe;
|
| channel_ = IPC::ChannelProxy::Create(
|
| IPC::ChannelMojo::CreateServerFactory(
|
| - mojo::edk::CreateParentMessagePipe(mojo_ipc_token_, child_token)),
|
| + mojo::edk::CreateParentMessagePipe(mojo_ipc_token_, child_token),
|
| + ipc_thread_->task_runner()),
|
| dummy_listener_.get(), ipc_thread_->task_runner());
|
| }
|
|
|
|
|