Index: remoting/host/win/wts_session_process_delegate.h |
diff --git a/remoting/host/win/wts_session_process_delegate.h b/remoting/host/win/wts_session_process_delegate.h |
index a9532097d2c04c30d076089983d4661cf15d01fc..cfe856e2b369f9433b5270408546a65dff56ebe0 100644 |
--- a/remoting/host/win/wts_session_process_delegate.h |
+++ b/remoting/host/win/wts_session_process_delegate.h |
@@ -12,9 +12,8 @@ |
#include "base/threading/non_thread_safe.h" |
#include "remoting/host/win/worker_process_launcher.h" |
-class CommandLine; |
- |
namespace base { |
+class CommandLine; |
class SingleThreadTaskRunner; |
} // namespace base |
@@ -32,7 +31,7 @@ class WtsSessionProcessDelegate |
public: |
WtsSessionProcessDelegate( |
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner, |
- scoped_ptr<CommandLine> target, |
+ scoped_ptr<base::CommandLine> target, |
bool launch_elevated, |
const std::string& channel_security); |
~WtsSessionProcessDelegate(); |