| Index: remoting/host/host_service_win.h
|
| diff --git a/remoting/host/host_service_win.h b/remoting/host/host_service_win.h
|
| index f446b2cf1edd53e1a9094a4c0f9b02b916e3475a..e448119936efe65c70a089cbc9fa5f6f79b2ea43 100644
|
| --- a/remoting/host/host_service_win.h
|
| +++ b/remoting/host/host_service_win.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <windows.h>
|
|
|
| -#include "base/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/observer_list.h"
|
| @@ -88,9 +87,6 @@ class HostService : public WtsConsoleMonitor {
|
|
|
| scoped_ptr<WtsSessionProcessLauncher> launcher_;
|
|
|
| - // The host binary name.
|
| - FilePath host_binary_;
|
| -
|
| // Service message loop.
|
| scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_;
|
|
|
|
|