| Index: ipc/ipc_channel.h
|
| diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
|
| index fbd4ae0aa0ac96d1b34e859a98cbf9dea576105b..d27af5807387ed53fa685cea75053bd4a4d8c5c2 100644
|
| --- a/ipc/ipc_channel.h
|
| +++ b/ipc/ipc_channel.h
|
| @@ -118,7 +118,7 @@ class IPC_EXPORT Channel : public Sender {
|
| // TODO(morrita): Replace CreateByModeForProxy() with one of above Create*().
|
| //
|
| static scoped_ptr<Channel> Create(
|
| - const IPC::ChannelHandle &channel_handle, Mode mode,Listener* listener);
|
| + const IPC::ChannelHandle &channel_handle, Mode mode, Listener* listener);
|
|
|
| static scoped_ptr<Channel> CreateClient(
|
| const IPC::ChannelHandle &channel_handle, Listener* listener);
|
|
|