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

Unified Diff: mojo/shell/child_process.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 | « gpu/config/gpu_util.h ('k') | mojo/system/embedder/platform_channel_pair.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/child_process.h
diff --git a/mojo/shell/child_process.h b/mojo/shell/child_process.h
index e5ce65a81cc8fc213d29771f0b8c1368e169f20c..0e5ba0b8cb3fbbd772dac626f1f1b95535e053c1 100644
--- a/mojo/shell/child_process.h
+++ b/mojo/shell/child_process.h
@@ -9,7 +9,9 @@
#include "base/memory/scoped_ptr.h"
#include "mojo/system/embedder/scoped_platform_handle.h"
+namespace base {
class CommandLine;
+}
namespace mojo {
namespace shell {
@@ -26,7 +28,7 @@ class ChildProcess {
// Returns null if the command line doesn't indicate that this is a child
// process. |main()| should call this, and if it returns non-null it should
// call |Run()| inside a main message loop.
- static scoped_ptr<ChildProcess> Create(const CommandLine& command_line);
+ static scoped_ptr<ChildProcess> Create(const base::CommandLine& command_line);
void Run();
« no previous file with comments | « gpu/config/gpu_util.h ('k') | mojo/system/embedder/platform_channel_pair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698