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

Unified Diff: components/autofill/core/browser/form_structure_unittest.cc

Issue 762723003: Prefix CommandLine usage with base namespace (Part 8: components) (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/autofill/core/browser/form_structure_unittest.cc
diff --git a/components/autofill/core/browser/form_structure_unittest.cc b/components/autofill/core/browser/form_structure_unittest.cc
index 8353f287876bdc2c590f5263bca94bff23fd314b..e897d0557d7b6d20d5443b2fb35b443ba1f29032 100644
--- a/components/autofill/core/browser/form_structure_unittest.cc
+++ b/components/autofill/core/browser/form_structure_unittest.cc
@@ -135,7 +135,7 @@ TEST(FormStructureTest, AutofillCount) {
form_structure->DetermineHeuristicTypes(TestAutofillMetrics());
EXPECT_EQ(2U, form_structure->autofill_count());
- CommandLine::ForCurrentProcess()->AppendSwitch(
+ base::CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kRespectAutocompleteOffForAutofill);
form_structure.reset(new FormStructure(form));
« no previous file with comments | « components/autofill/core/browser/form_structure.cc ('k') | components/autofill/core/common/password_generation_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698