Index: components/translate/core/browser/translate_script.cc |
diff --git a/components/translate/core/browser/translate_script.cc b/components/translate/core/browser/translate_script.cc |
index 8c253202205305f9c76d2a6bc9d48a2ccda0b219..83f693a0b83068061087cd6351ca5ec550beae62 100644 |
--- a/components/translate/core/browser/translate_script.cc |
+++ b/components/translate/core/browser/translate_script.cc |
@@ -66,7 +66,8 @@ void TranslateScript::Request(const RequestCallback& callback) { |
GURL translate_script_url; |
// Check if command-line contains an alternative URL for translate service. |
- const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
+ const base::CommandLine& command_line = |
+ *base::CommandLine::ForCurrentProcess(); |
if (command_line.HasSwitch(translate::switches::kTranslateScriptURL)) { |
translate_script_url = GURL(command_line.GetSwitchValueASCII( |
translate::switches::kTranslateScriptURL)); |