| Index: components/translate/core/common/translate_util.cc
|
| diff --git a/components/translate/core/common/translate_util.cc b/components/translate/core/common/translate_util.cc
|
| index 2c3048944923f41ae11f41dab7fbb64eb3184c68..35c54a9249b6073b30c30ac1a25bfd0e7a8ab1cb 100644
|
| --- a/components/translate/core/common/translate_util.cc
|
| +++ b/components/translate/core/common/translate_util.cc
|
| @@ -137,7 +137,7 @@ void ToChromeLanguageSynonym(std::string* language) {
|
|
|
| GURL GetTranslateSecurityOrigin() {
|
| std::string security_origin(kSecurityOrigin);
|
| - CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| if (command_line->HasSwitch(switches::kTranslateSecurityOrigin)) {
|
| security_origin =
|
| command_line->GetSwitchValueASCII(switches::kTranslateSecurityOrigin);
|
|
|