| Index: remoting/host/desktop_process.cc
|
| diff --git a/remoting/host/desktop_process.cc b/remoting/host/desktop_process.cc
|
| index 7f3d7301b2e97c93d1d55bba8d861163d2523f8f..2877ddc683853b8313bcb4c42250f249abe54465 100644
|
| --- a/remoting/host/desktop_process.cc
|
| +++ b/remoting/host/desktop_process.cc
|
| @@ -70,7 +70,7 @@ bool DesktopProcess::Start() {
|
| // Launch the I/O thread.
|
| scoped_refptr<AutoThreadTaskRunner> io_task_runner =
|
| AutoThread::CreateWithType(kIoThreadName, caller_task_runner_,
|
| - MessageLoop::TYPE_IO);
|
| + AutoThread::TYPE_IO);
|
|
|
| // Create a desktop agent.
|
| desktop_agent_ = DesktopSessionAgent::Create(caller_task_runner_,
|
|
|