Index: ipc/ipc_tests.cc |
=================================================================== |
--- ipc/ipc_tests.cc (revision 67520) |
+++ ipc/ipc_tests.cc (working copy) |
@@ -250,7 +250,7 @@ |
{ |
// setup IPC channel proxy |
IPC::ChannelProxy chan(kTestClientChannel, IPC::Channel::MODE_SERVER, |
- &channel_listener, NULL, thread.message_loop()); |
+ &channel_listener, thread.message_loop()); |
channel_listener.Init(&chan); |