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

Unified Diff: chrome/test/data/autofill/heuristics/output/117_cc_checkout_macys.com.out

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/test/data/autofill/heuristics/output/117_cc_checkout_macys.com.out
diff --git a/chrome/test/data/autofill/heuristics/output/117_cc_checkout_macys.com.out b/chrome/test/data/autofill/heuristics/output/117_cc_checkout_macys.com.out
index fb338713422915c5af0f1a81b73708260d0c1f9f..1160f838637744ce5e8e0b5f0285d337c16403c7 100644
--- a/chrome/test/data/autofill/heuristics/output/117_cc_checkout_macys.com.out
+++ b/chrome/test/data/autofill/heuristics/output/117_cc_checkout_macys.com.out
@@ -7,8 +7,8 @@ CREDIT_CARD_EXP_4_DIGIT_YEAR | creditCard.expYear | Expiration date | 2016 | pay
CREDIT_CARD_VERIFICATION_CODE | fake-password | Security code | | payment.type_1-cc
CREDIT_CARD_VERIFICATION_CODE | creditCard.securityCode | Security code | | payment.type_1-cc
UNKNOWN_TYPE | useMyShippingAddress | Use my shipping address | false | payment.type_1-default
-CREDIT_CARD_NAME | billingContact.firstName | First name | | payment.type_1-cc
-NAME_LAST | billingContact.lastName | Last name | | payment.type_1-default
+CREDIT_CARD_NAME_FIRST | billingContact.firstName | First name | | payment.type_1-cc
+CREDIT_CARD_NAME_LAST | billingContact.lastName | Last name | | payment.type_1-cc
ADDRESS_HOME_LINE1 | billingAddress.addressLine1 | Address line 1 | | payment.type_1-default
ADDRESS_HOME_LINE2 | billingAddress.addressLine2 | Address line 2 (optional) | | payment.type_1-default
ADDRESS_HOME_CITY | billingAddress.city | City | | payment.type_1-default

Powered by Google App Engine
This is Rietveld 408576698