Index: remoting/host/win/host_service.h |
diff --git a/remoting/host/win/host_service.h b/remoting/host/win/host_service.h |
index 3c6b7575f0d7a68a7913b6b1f938c65513423162..855f37c14e79013ac50f642d0c2b803c2d179c35 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(); |