| Index: remoting/host/desktop_process_unittest.cc
|
| diff --git a/remoting/host/desktop_process_unittest.cc b/remoting/host/desktop_process_unittest.cc
|
| index f9a8f13eb71efeee825cbbf4ab18bfc700298168..748503ea2c0f91a2a7af8c250a2dd06761a4a98c 100644
|
| --- a/remoting/host/desktop_process_unittest.cc
|
| +++ b/remoting/host/desktop_process_unittest.cc
|
| @@ -185,7 +185,7 @@ void DesktopProcessTest::RunDesktopProcess() {
|
| message_loop_.message_loop_proxy(), quit_ui_task_runner);
|
|
|
| io_task_runner_ = AutoThread::CreateWithType("IPC thread", ui_task_runner,
|
| - MessageLoop::TYPE_IO);
|
| + AutoThread::TYPE_IO);
|
|
|
| std::string channel_name = IPC::Channel::GenerateUniqueRandomChannelID();
|
| daemon_channel_.reset(new IPC::ChannelProxy(
|
|
|