| Index: components/autofill/content/browser/wallet/wallet_address_unittest.cc
|
| diff --git a/components/autofill/content/browser/wallet/wallet_address_unittest.cc b/components/autofill/content/browser/wallet/wallet_address_unittest.cc
|
| index 11f6125f51d9d3ee534cdba266808f9e5d04ee41..8a206bd1f0050d29953043e008d12d8d47f30545 100644
|
| --- a/components/autofill/content/browser/wallet/wallet_address_unittest.cc
|
| +++ b/components/autofill/content/browser/wallet/wallet_address_unittest.cc
|
| @@ -448,7 +448,7 @@ TEST_F(WalletAddressTest, GetStreetAddress) {
|
| ASCIIToUTF16("phone_number"),
|
| "id1");
|
| AutofillType type = AutofillType(HTML_TYPE_STREET_ADDRESS, HTML_MODE_NONE);
|
| - EXPECT_EQ(ASCIIToUTF16("address_line_1, address_line_2"),
|
| + EXPECT_EQ(ASCIIToUTF16("address_line_1\naddress_line_2"),
|
| address1.GetInfo(type, "en-US"));
|
|
|
| // Address has only line 1.
|
|
|