| Index: ipc/ipc_test_base.cc
|
| diff --git a/ipc/ipc_test_base.cc b/ipc/ipc_test_base.cc
|
| index 6d63087d8503131c2941e57ca5d72cd7d4982e39..0d6628226917984a4ec333259ff812e8c5f5b5ad 100644
|
| --- a/ipc/ipc_test_base.cc
|
| +++ b/ipc/ipc_test_base.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "build/build_config.h"
|
|
|
| +#include "base/single_thread_task_runner.h"
|
| #include "ipc/ipc_test_base.h"
|
|
|
| #include "base/command_line.h"
|
| @@ -154,7 +155,7 @@ IPC::ChannelHandle IPCTestBase::GetTestChannelHandle() {
|
| }
|
|
|
| scoped_refptr<base::SequencedTaskRunner> IPCTestBase::task_runner() {
|
| - return message_loop_->message_loop_proxy();
|
| + return message_loop_->task_runner();
|
| }
|
|
|
| scoped_ptr<IPC::ChannelFactory> IPCTestBase::CreateChannelFactory(
|
|
|