Index: components/autofill/core/browser/form_structure.cc |
diff --git a/components/autofill/core/browser/form_structure.cc b/components/autofill/core/browser/form_structure.cc |
index 3e919156fe63d914d2ed5a318036f436edf5c648..daaad18bd58a18c616d679fdceab526d4c7c9cc0 100644 |
--- a/components/autofill/core/browser/form_structure.cc |
+++ b/components/autofill/core/browser/form_structure.cc |
@@ -246,7 +246,7 @@ HtmlFieldType FieldTypeFromAutocompleteAttributeValue( |
// content_switches.h isn't accessible from here, hence we have |
// to copy the string literal. This should be removed soon anyway. |
if (autocomplete_attribute_value == "address" && |
- CommandLine::ForCurrentProcess()->HasSwitch( |
+ base::CommandLine::ForCurrentProcess()->HasSwitch( |
"enable-experimental-web-platform-features")) { |
return HTML_TYPE_FULL_ADDRESS; |
} |