| Index: chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc b/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc
|
| index 98836ee81db5356710a4e2efca3d6350595be114..d2ad62fdba7ba1f6617e41805d13f084d4fd49ee 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc
|
| @@ -222,7 +222,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientWalletSyncTest, Download) {
|
| ASSERT_EQ(kDefaultCardExpMonth, card->expiration_month());
|
| ASSERT_EQ(kDefaultCardExpYear, card->expiration_year());
|
| ASSERT_EQ(base::UTF8ToUTF16(kDefaultCardName),
|
| - card->GetRawInfo(autofill::ServerFieldType::CREDIT_CARD_NAME));
|
| + card->GetRawInfo(autofill::ServerFieldType::CREDIT_CARD_NAME_FULL));
|
| }
|
|
|
| // Wallet data should get cleared from the database when sync is disabled.
|
|
|