| Index: ipc/ipc_tests.cc
|
| diff --git a/ipc/ipc_tests.cc b/ipc/ipc_tests.cc
|
| index cecbf45f574e4b272ea05fed5ed4f78e25731812..0ad4a238a1528289587c5c7f6db22f2c8380f2cf 100644
|
| --- a/ipc/ipc_tests.cc
|
| +++ b/ipc/ipc_tests.cc
|
| @@ -296,7 +296,8 @@ TEST_F(IPCChannelTest, ChannelProxyTest) {
|
| {
|
| // setup IPC channel proxy
|
| IPC::ChannelProxy chan(kTestClientChannel, IPC::Channel::MODE_SERVER,
|
| - &channel_listener, thread.message_loop_proxy());
|
| + &channel_listener,
|
| + thread.message_loop_proxy().get());
|
|
|
| channel_listener.Init(&chan);
|
|
|
|
|