Chromium Code Reviews| Index: ipc/ipc_tests.cc |
| =================================================================== |
| --- ipc/ipc_tests.cc (revision 83679) |
| +++ ipc/ipc_tests.cc (working copy) |
| @@ -251,7 +251,7 @@ |
| { |
| // setup IPC channel proxy |
| IPC::ChannelProxy chan(kTestClientChannel, IPC::Channel::MODE_SERVER, |
| - &channel_listener, thread.message_loop()); |
| + &channel_listener, thread.message_loop_proxy()); |
| channel_listener.Init(&chan); |