Index: remoting/host/desktop_session_agent_posix.cc |
diff --git a/remoting/host/desktop_session_agent_posix.cc b/remoting/host/desktop_session_agent_posix.cc |
index c6dff86b3995c8f857108451a0a309b9fe72b505..10f589611bc12e9d64e77f5f204c0cddc9375862 100644 |
--- a/remoting/host/desktop_session_agent_posix.cc |
+++ b/remoting/host/desktop_session_agent_posix.cc |
@@ -76,7 +76,7 @@ bool DesktopSessionAgentPosix::DoCreateNetworkChannel( |
IPC::ChannelHandle(socket_name, fd), |
IPC::Channel::MODE_SERVER, |
this, |
- io_task_runner())); |
+ io_task_runner().get())); |
*client_out = base::FileDescriptor(pipe_fds[1], false); |
return true; |