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