| Index: remoting/host/desktop_process.cc
|
| diff --git a/remoting/host/desktop_process.cc b/remoting/host/desktop_process.cc
|
| index 67eb7dde0c3ceb9b35ee21b3216ed9566b05be3e..cab727d46cf3d5cdc8c47cbd9cdbde08512fea6a 100644
|
| --- a/remoting/host/desktop_process.cc
|
| +++ b/remoting/host/desktop_process.cc
|
| @@ -121,8 +121,7 @@ bool DesktopProcess::Start() {
|
| // Connect to the daemon.
|
| daemon_channel_.reset(new IPC::ChannelProxy(daemon_channel_name_,
|
| IPC::Channel::MODE_CLIENT,
|
| - this,
|
| - io_task_runner));
|
| + this, io_task_runner));
|
|
|
| // Pass |desktop_pipe| to the daemon.
|
| daemon_channel_->Send(
|
|
|