Index: ipc/ipc_sync_channel.h |
diff --git a/ipc/ipc_sync_channel.h b/ipc/ipc_sync_channel.h |
index 35934850ed7cbf77b2123612648bf86c65d17544..4f1d5897320a2f87f181c54eb4974ade33dac6fc 100644 |
--- a/ipc/ipc_sync_channel.h |
+++ b/ipc/ipc_sync_channel.h |
@@ -74,7 +74,8 @@ class IPC_EXPORT SyncChannel : public ChannelProxy { |
Listener* listener, |
const scoped_refptr<base::SingleThreadTaskRunner>& ipc_task_runner, |
bool create_pipe_now, |
- base::WaitableEvent* shutdown_event); |
+ base::WaitableEvent* shutdown_event, |
+ AttachmentBroker* broker); |
static scoped_ptr<SyncChannel> Create( |
scoped_ptr<ChannelFactory> factory, |