| Index: components/translate/core/browser/translate_download_manager.cc
|
| diff --git a/components/translate/core/browser/translate_download_manager.cc b/components/translate/core/browser/translate_download_manager.cc
|
| index 9daf2d5bc95ec34608f5e4f06229a9df8f2ec34a..b953547f470356666804249bc876c5a46084a948 100644
|
| --- a/components/translate/core/browser/translate_download_manager.cc
|
| +++ b/components/translate/core/browser/translate_download_manager.cc
|
| @@ -45,7 +45,7 @@ void TranslateDownloadManager::RequestLanguageList() {
|
| void TranslateDownloadManager::RequestLanguageList(PrefService* prefs) {
|
| // We don't want to do this when translate is disabled.
|
| DCHECK(prefs != NULL);
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| translate::switches::kDisableTranslate) ||
|
| !prefs->GetBoolean(prefs::kEnableTranslate)) {
|
| return;
|
|
|