summaryrefslogtreecommitdiffstats
path: root/content/public/common/main_function_params.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/main_function_params.h')
-rw-r--r--content/public/common/main_function_params.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/public/common/main_function_params.h b/content/public/common/main_function_params.h
index b9ace95..8a2b826 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;