| Index: remoting/host/host_service_win.h
|
| diff --git a/remoting/host/host_service_win.h b/remoting/host/host_service_win.h
|
| index 48dd1a9cb4be597de4bbbd88f36c2b7322e2e771..f39bf7cf1be9792020d5293f628c08b4d2ab37be 100644
|
| --- a/remoting/host/host_service_win.h
|
| +++ b/remoting/host/host_service_win.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <windows.h>
|
|
|
| +#include "base/file_path.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/observer_list.h"
|
| #include "base/string16.h"
|
| @@ -85,6 +86,9 @@ class HostService : public WtsConsoleMonitor {
|
| // to the physical console.
|
| ObserverList<WtsConsoleObserver> console_observers_;
|
|
|
| + // The host binary name.
|
| + FilePath host_binary_;
|
| +
|
| // Service message loop.
|
| MessageLoop* message_loop_;
|
|
|
|
|