| Index: components/autofill/core/browser/phone_number.cc
|
| diff --git a/components/autofill/core/browser/phone_number.cc b/components/autofill/core/browser/phone_number.cc
|
| index e997cc44b8c9890fa32cb9500aeb0d8be9e13ddc..57afcc9f8a90002ed936661d5926176604a6d8d6 100644
|
| --- a/components/autofill/core/browser/phone_number.cc
|
| +++ b/components/autofill/core/browser/phone_number.cc
|
| @@ -31,7 +31,7 @@ std::string GetRegion(const AutofillProfile& profile,
|
| const std::string& app_locale) {
|
| base::string16 country_code = profile.GetRawInfo(ADDRESS_HOME_COUNTRY);
|
| if (!country_code.empty())
|
| - return UTF16ToASCII(country_code);
|
| + return base::UTF16ToASCII(country_code);
|
|
|
| return AutofillCountry::CountryCodeForLocale(app_locale);
|
| }
|
|
|