| Index: chrome/browser/chrome_browser_main_android.cc
|
| diff --git a/chrome/browser/chrome_browser_main_android.cc b/chrome/browser/chrome_browser_main_android.cc
|
| index a39f51f4325544833030837a417f92931505cebb..011e4dee99941aef194aca7d865d013a88f910f4 100644
|
| --- a/chrome/browser/chrome_browser_main_android.cc
|
| +++ b/chrome/browser/chrome_browser_main_android.cc
|
| @@ -42,8 +42,8 @@ void ChromeBrowserMainPartsAndroid::PreProfileInit() {
|
|
|
| // Allow Breakpad to be enabled in Chromium builds for testing purposes.
|
| if (!breakpad_enabled)
|
| - breakpad_enabled = CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableCrashReporterForTesting);
|
| + breakpad_enabled = base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableCrashReporterForTesting);
|
|
|
| if (breakpad_enabled) {
|
| base::FilePath crash_dump_dir;
|
|
|