Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(525)

Unified Diff: components/translate/core/browser/translate_script_unittest.cc

Issue 818103002: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/translate/core/browser/translate_script_unittest.cc
diff --git a/components/translate/core/browser/translate_script_unittest.cc b/components/translate/core/browser/translate_script_unittest.cc
index a211b68df41647a2ba48d366556409a0c5e60f8f..288b59bc2c49754f680710658e9cab84528d610c 100644
--- a/components/translate/core/browser/translate_script_unittest.cc
+++ b/components/translate/core/browser/translate_script_unittest.cc
@@ -104,7 +104,7 @@ TEST_F(TranslateScriptTest, CheckScriptParameters) {
TEST_F(TranslateScriptTest, CheckScriptURL) {
const std::string script_url("http://www.tamurayukari.com/mero-n.js");
- CommandLine* command_line = CommandLine::ForCurrentProcess();
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
command_line->AppendSwitchASCII(translate::switches::kTranslateScriptURL,
script_url);
« no previous file with comments | « components/translate/core/browser/translate_script.cc ('k') | components/translate/core/common/translate_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698