Index: components/autofill/core/browser/autofill_country.cc |
diff --git a/components/autofill/core/browser/autofill_country.cc b/components/autofill/core/browser/autofill_country.cc |
index f89e4c1dc04df2e4874f3634edaf9b333483e386..412783b48b1ce7ae953b1a9be896d2ff960a406b 100644 |
--- a/components/autofill/core/browser/autofill_country.cc |
+++ b/components/autofill/core/browser/autofill_country.cc |
@@ -56,8 +56,8 @@ const std::string AutofillCountry::CountryCodeForLocale( |
std::string country_code = icu::Locale(likely_locale.c_str()).getCountry(); |
// Default to the United States if we have no better guess. |
- if (!ContainsValue(CountryDataMap::GetInstance()->country_codes(), |
- country_code)) { |
+ if (!base::ContainsValue(CountryDataMap::GetInstance()->country_codes(), |
+ country_code)) { |
return "US"; |
} |