| Index: ipc/ipc_channel_unittest.cc
|
| diff --git a/ipc/ipc_channel_unittest.cc b/ipc/ipc_channel_unittest.cc
|
| index 19cfad862ddae3e31be0d091e0c19d2abb903684..b6a02262613deae36c9d4db9c03d40598cec0291 100644
|
| --- a/ipc/ipc_channel_unittest.cc
|
| +++ b/ipc/ipc_channel_unittest.cc
|
| @@ -10,7 +10,6 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/message_loop/message_loop.h"
|
| #include "base/pickle.h"
|
| #include "base/strings/string16.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| @@ -128,7 +127,7 @@ TEST_F(IPCChannelTest, ChannelProxyTest) {
|
|
|
| // Set up IPC channel proxy.
|
| IPC::TestChannelListener listener;
|
| - CreateChannelProxy(&listener, thread.message_loop_proxy().get());
|
| + CreateChannelProxy(&listener, thread.task_runner().get());
|
| listener.Init(sender());
|
|
|
| ASSERT_TRUE(StartClient());
|
|
|