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

Unified Diff: components/test/data/autofill/merge/output/case.out

Issue 1931123002: [Autofill] Make PersonalDataManager::OverwriteWith case sensitive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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: components/test/data/autofill/merge/output/case.out
diff --git a/components/test/data/autofill/merge/output/case.out b/components/test/data/autofill/merge/output/case.out
index d6bc31ada435a703b1b6fe02bdaabdada8148e70..bbc3ac0b91b6a901949696cd5f3b139bd5128d5f 100644
--- a/components/test/data/autofill/merge/output/case.out
+++ b/components/test/data/autofill/merge/output/case.out
@@ -1,13 +1,13 @@
---
-NAME_FIRST: John
-NAME_MIDDLE: Kilgore
-NAME_LAST: Doe
+NAME_FIRST: john
+NAME_MIDDLE: kilgore
+NAME_LAST: doe
NAME_FULL:
EMAIL_ADDRESS: john.doe@example.com
-COMPANY_NAME: TestCo
-ADDRESS_HOME_STREET_ADDRESS: 1600 Amphitheatre Parkway\\n(Bldg. 1950)
-ADDRESS_HOME_CITY: Mountain View
-ADDRESS_HOME_STATE: CA
+COMPANY_NAME: testCo
+ADDRESS_HOME_STREET_ADDRESS: 1600 amphitheatre parkway\n(bldg. 1950)
+ADDRESS_HOME_CITY: mountain view
+ADDRESS_HOME_STATE: ca
ADDRESS_HOME_ZIP: 94043
ADDRESS_HOME_COUNTRY: US
PHONE_HOME_WHOLE_NUMBER: (650) 555-8888

Powered by Google App Engine
This is Rietveld 408576698