| Index: chrome/app/chrome_crash_reporter_client_mac.mm
|
| diff --git a/chrome/app/chrome_crash_reporter_client_mac.mm b/chrome/app/chrome_crash_reporter_client_mac.mm
|
| index 6bfa05d7e094f56347bb0f21eb21a3237d8002e6..942f2bb61e90706760973c8f93bccc06b02f09ac 100644
|
| --- a/chrome/app/chrome_crash_reporter_client_mac.mm
|
| +++ b/chrome/app/chrome_crash_reporter_client_mac.mm
|
| @@ -35,7 +35,7 @@ bool NaClBreakpadCrashFilter(int exception_type,
|
|
|
| void ChromeCrashReporterClient::InstallAdditionalFilters(BreakpadRef breakpad) {
|
| #if !defined(DISABLE_NACL)
|
| - if (CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| + if (base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| switches::kProcessType) == switches::kNaClLoaderProcess) {
|
| BreakpadSetFilterCallback(breakpad, NaClBreakpadCrashFilter, NULL);
|
| }
|
|
|