| Index: remoting/host/win/host_service.cc
|
| diff --git a/remoting/host/win/host_service.cc b/remoting/host/win/host_service.cc
|
| index b882d52f413bccb5571ce8e08706be4eedbdeccc..72a075df5ffa79268efffa8850a4760ccb7444f3 100644
|
| --- a/remoting/host/win/host_service.cc
|
| +++ b/remoting/host/win/host_service.cc
|
| @@ -39,7 +39,7 @@
|
| #include "remoting/host/win/wts_console_observer.h"
|
|
|
| #if !defined(REMOTING_MULTI_PROCESS)
|
| -#include "remoting/host/win/wts_session_process_launcher.h"
|
| +#include "remoting/host/win/wts_console_session_process_driver.h"
|
| #endif // !defined(REMOTING_MULTI_PROCESS)
|
|
|
| using base::StringPrintf;
|
| @@ -213,8 +213,8 @@ void HostService::CreateLauncher(
|
|
|
| #else // !defined(REMOTING_MULTI_PROCESS)
|
|
|
| - // Create the session process launcher.
|
| - child_.reset(new WtsSessionProcessLauncher(
|
| + // Create the console session process driver.
|
| + child_.reset(new WtsConsoleSessionProcessDriver(
|
| base::Bind(&HostService::OnChildStopped, base::Unretained(this)),
|
| this,
|
| main_task_runner_,
|
|
|