| Index: remoting/host/win/host_service.cc
|
| diff --git a/remoting/host/win/host_service.cc b/remoting/host/win/host_service.cc
|
| index a767f7f143532aefd43cfd2b9e90e78456b8d572..7ef25d9fa67fc348cf5968c8dc1e3eec6a374313 100644
|
| --- a/remoting/host/win/host_service.cc
|
| +++ b/remoting/host/win/host_service.cc
|
| @@ -18,7 +18,6 @@
|
| #include "base/command_line.h"
|
| #include "base/file_path.h"
|
| #include "base/message_loop.h"
|
| -#include "base/single_thread_task_runner.h"
|
| #include "base/stringprintf.h"
|
| #include "base/threading/thread.h"
|
| #include "base/utf_string_conversions.h"
|
| @@ -201,7 +200,7 @@ int HostService::Run() {
|
| }
|
|
|
| void HostService::CreateLauncher(
|
| - scoped_refptr<base::SingleThreadTaskRunner> io_task_runner) {
|
| + scoped_refptr<AutoThreadTaskRunner> io_task_runner) {
|
|
|
| #if defined(REMOTING_MULTI_PROCESS)
|
|
|
|
|