summaryrefslogtreecommitdiffstats
path: root/remoting/host/win/host_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/win/host_service.h')
-rw-r--r--remoting/host/win/host_service.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/remoting/host/win/host_service.h b/remoting/host/win/host_service.h
index 3c6b757..855f37c 100644
--- a/remoting/host/win/host_service.h
+++ b/remoting/host/win/host_service.h
@@ -15,9 +15,8 @@
#include "base/synchronization/waitable_event.h"
#include "remoting/host/win/wts_terminal_monitor.h"
-class CommandLine;
-
namespace base {
+class CommandLine;
class SingleThreadTaskRunner;
} // namespace base
@@ -32,7 +31,7 @@ class HostService : public WtsTerminalMonitor {
static HostService* GetInstance();
// This function parses the command line and selects the action routine.
- bool InitWithCommandLine(const CommandLine* command_line);
+ bool InitWithCommandLine(const base::CommandLine* command_line);
// Invoke the choosen action routine.
int Run();