| Index: remoting/host/host_service_win.h
|
| diff --git a/remoting/host/host_service_win.h b/remoting/host/host_service_win.h
|
| index e055dbaabf0c54c1b4c7e7941060764ca99f9b04..0b557300d1562286dc00b37e27c01674ef21494d 100644
|
| --- a/remoting/host/host_service_win.h
|
| +++ b/remoting/host/host_service_win.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/file_path.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/observer_list.h"
|
| -#include "base/string16.h"
|
| #include "base/synchronization/waitable_event.h"
|
|
|
| #include "remoting/host/wts_console_monitor_win.h"
|
| @@ -89,7 +88,7 @@ class HostService : public WtsConsoleMonitor {
|
| int (HostService::*run_routine_)();
|
|
|
| // The service name.
|
| - string16 service_name_;
|
| + std::wstring service_name_;
|
|
|
| // The service status handle.
|
| SERVICE_STATUS_HANDLE service_status_handle_;
|
|
|