| Index: remoting/host/win/host_service.h
|
| diff --git a/remoting/host/win/host_service.h b/remoting/host/win/host_service.h
|
| index ce8b479d96847d39bb8b65da681e5e023cedad80..10a2744660f4b48e7e3920f004781786b2683918 100644
|
| --- a/remoting/host/win/host_service.h
|
| +++ b/remoting/host/win/host_service.h
|
| @@ -16,10 +16,6 @@
|
| class CommandLine;
|
| class MessageLoop;
|
|
|
| -namespace base {
|
| -class SingleThreadTaskRunner;
|
| -} // namespace base
|
| -
|
| namespace remoting {
|
|
|
| class AutoThreadTaskRunner;
|
| @@ -51,8 +47,7 @@ class HostService : public WtsConsoleMonitor {
|
| void OnSessionChange();
|
|
|
| // Creates the process launcher.
|
| - void CreateLauncher(
|
| - scoped_refptr<base::SingleThreadTaskRunner> io_task_runner);
|
| + void CreateLauncher(scoped_refptr<AutoThreadTaskRunner> io_task_runner);
|
|
|
| // This is a common entry point to the main service loop called by both
|
| // RunAsService() and RunInConsole().
|
|
|