| Index: chrome/browser/ui/autofill/data_model_wrapper.cc
|
| diff --git a/chrome/browser/ui/autofill/data_model_wrapper.cc b/chrome/browser/ui/autofill/data_model_wrapper.cc
|
| index e83b8ae1f16ab4ec3fcf2b537b7f005084391ce7..5dcf9b05f5be17f1ecd35f3b6d011a3e0516fd81 100644
|
| --- a/chrome/browser/ui/autofill/data_model_wrapper.cc
|
| +++ b/chrome/browser/ui/autofill/data_model_wrapper.cc
|
| @@ -137,7 +137,7 @@ base::string16 AutofillProfileWrapper::GetInfoForDisplay(
|
| // If there is no user-defined formatting at all, add some standard
|
| // formatting.
|
| if (base::ContainsOnlyChars(phone_number,
|
| - base::ASCIIToUTF16("0123456789"))) {
|
| + base::ASCIIToUTF16("+0123456789"))) {
|
| std::string region = base::UTF16ToASCII(
|
| GetInfo(AutofillType(HTML_TYPE_COUNTRY_CODE, HTML_MODE_NONE)));
|
| i18n::PhoneObject phone(phone_number, region);
|
|
|