Index: extensions/shell/app/shell_main_delegate.cc |
diff --git a/extensions/shell/app/shell_main_delegate.cc b/extensions/shell/app/shell_main_delegate.cc |
index 51390f9f95d6aa08ec12828cd28d785ca9543411..fb762e9e66b08048a083fbe7ea2440e31b84a317 100644 |
--- a/extensions/shell/app/shell_main_delegate.cc |
+++ b/extensions/shell/app/shell_main_delegate.cc |
@@ -99,7 +99,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
void ShellMainDelegate::PreSandboxStartup() { |
std::string process_type = |
- CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
+ base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
switches::kProcessType); |
if (ProcessNeedsResourceBundle(process_type)) |
InitializeResourceBundle(); |