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

Unified Diff: content/public/common/main_function_params.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 | « content/public/common/content_client.h ('k') | content/public/common/sandbox_init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/main_function_params.h
diff --git a/content/public/common/main_function_params.h b/content/public/common/main_function_params.h
index b9ace95c5f91634405d7af4740546cf79df0bbb9..8a2b826acd82af22c11cfdcb3443b2c3067cc6aa 100644
--- a/content/public/common/main_function_params.h
+++ b/content/public/common/main_function_params.h
@@ -27,7 +27,7 @@ class ScopedNSAutoreleasePool;
namespace content {
struct MainFunctionParams {
- explicit MainFunctionParams(const CommandLine& cl)
+ explicit MainFunctionParams(const base::CommandLine& cl)
: command_line(cl),
#if defined(OS_WIN)
sandbox_info(NULL),
@@ -37,7 +37,7 @@ struct MainFunctionParams {
ui_task(NULL) {
}
- const CommandLine& command_line;
+ const base::CommandLine& command_line;
#if defined(OS_WIN)
sandbox::SandboxInterfaceInfo* sandbox_info;
« no previous file with comments | « content/public/common/content_client.h ('k') | content/public/common/sandbox_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698