Index: ipc/ipc_sync_channel_unittest.cc |
=================================================================== |
--- ipc/ipc_sync_channel_unittest.cc (revision 67520) |
+++ ipc/ipc_sync_channel_unittest.cc (working copy) |
@@ -170,7 +170,7 @@ |
// Link ipc_thread_, listener_thread_ and channel_ altogether. |
StartThread(&ipc_thread_, MessageLoop::TYPE_IO); |
channel_.reset(new SyncChannel( |
- channel_name_, mode_, this, NULL, ipc_thread_.message_loop(), true, |
+ channel_name_, mode_, this, ipc_thread_.message_loop(), true, |
&shutdown_event_)); |
channel_created_->Signal(); |
Run(); |