Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: remoting/host/win/wts_session_process_delegate.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/win/unprivileged_process_delegate.h ('k') | skia/ext/image_operations_bench.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « remoting/host/win/unprivileged_process_delegate.h ('k') | skia/ext/image_operations_bench.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698