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

Unified Diff: base/process/launch.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 | « base/mac/launch_services_util.h ('k') | base/test/launcher/test_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/launch.h
diff --git a/base/process/launch.h b/base/process/launch.h
index c25a9bea2835a016f97e488e68edb485a018dd57..d725e05eced8606dafbc3e7134814684e195912b 100644
--- a/base/process/launch.h
+++ b/base/process/launch.h
@@ -24,10 +24,10 @@
#include "base/win/scoped_handle.h"
#endif
-class CommandLine;
-
namespace base {
+class CommandLine;
+
#if defined(OS_WIN)
typedef std::vector<HANDLE> HandlesToInheritVector;
#endif
« no previous file with comments | « base/mac/launch_services_util.h ('k') | base/test/launcher/test_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698