summaryrefslogtreecommitdiffstats
path: root/remoting/host/win/wts_session_process_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/win/wts_session_process_delegate.h')
-rw-r--r--remoting/host/win/wts_session_process_delegate.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/remoting/host/win/wts_session_process_delegate.h b/remoting/host/win/wts_session_process_delegate.h
index a953209..cfe856e 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();