| Index: remoting/host/win/host_service.h
|
| diff --git a/remoting/host/win/host_service.h b/remoting/host/win/host_service.h
|
| index a79ad2f830aecac3242b72f08f989ac62f271533..1f5099aa2a4dca63f7bb1516f2b2e936d3c5d5ee 100644
|
| --- a/remoting/host/win/host_service.h
|
| +++ b/remoting/host/win/host_service.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/memory/singleton.h"
|
| #include "base/observer_list.h"
|
| #include "base/synchronization/waitable_event.h"
|
| +#include "remoting/host/host_export.h"
|
| #include "remoting/host/win/wts_console_monitor.h"
|
|
|
| class CommandLine;
|
| @@ -111,6 +112,9 @@ class HostService : public WtsConsoleMonitor {
|
| DISALLOW_COPY_AND_ASSIGN(HostService);
|
| };
|
|
|
| +// The daemon process's entry point exported from remoting_core.dll.
|
| +HOST_EXPORT int RunDaemonProcess();
|
| +
|
| } // namespace remoting
|
|
|
| #endif // REMOTING_HOST_WIN_HOST_SERVICE_H_
|
|
|