From 9ab037205876578d14c5686f491c37bab680eccb Mon Sep 17 00:00:00 2001 From: avi Date: Mon, 22 Dec 2014 15:49:53 -0800 Subject: Make callers of CommandLine use it via the base:: namespace. Covers courgette/, dbus/, device/, extensions/, gin/, google_apis/, and gpu/. BUG=422426 TEST=none TBR=ben@chromium.org Review URL: https://codereview.chromium.org/819193002 Cr-Commit-Position: refs/heads/master@{#309490} --- extensions/shell/app/shell_main_delegate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/shell/app') diff --git a/extensions/shell/app/shell_main_delegate.cc b/extensions/shell/app/shell_main_delegate.cc index 51390f9..fb762e9 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(); -- cgit v1.1