Index: components/autofill/core/browser/phone_number_unittest.cc |
diff --git a/components/autofill/core/browser/phone_number_unittest.cc b/components/autofill/core/browser/phone_number_unittest.cc |
index 29b1694803b9739ae4306a9f6d732911544fcdc8..b55375a1232b8efc25560f40fca8b48e5b4d41ca 100644 |
--- a/components/autofill/core/browser/phone_number_unittest.cc |
+++ b/components/autofill/core/browser/phone_number_unittest.cc |
@@ -163,7 +163,7 @@ TEST(PhoneNumberTest, PhoneCombineHelper) { |
base::string16 parsed_phone; |
EXPECT_TRUE(number1.ParseNumber(profile, "en-US", &parsed_phone)); |
// International format as it has a country code. |
- EXPECT_EQ(ASCIIToUTF16("+1 650-234-5678"), parsed_phone); |
+ EXPECT_EQ(ASCIIToUTF16("1 650-234-5678"), parsed_phone); |
PhoneNumber::PhoneCombineHelper number3; |
EXPECT_TRUE(number3.SetInfo(AutofillType(PHONE_HOME_CITY_CODE), |