Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6322)

Unified Diff: chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc

Issue 1694443004: [Autofill] Add credit card first and last name heuristics predictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698