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

Unified Diff: components/test/data/autofill/merge/input/names.in

Issue 1931123002: [Autofill] Make PersonalDataManager::OverwriteWith case sensitive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/input/names.in
diff --git a/components/test/data/autofill/merge/input/identical.in b/components/test/data/autofill/merge/input/names.in
similarity index 94%
copy from components/test/data/autofill/merge/input/identical.in
copy to components/test/data/autofill/merge/input/names.in
index ff3455541c40edf88f9ece17221b5dc92c00d993..194135aa68a97874de3f385f9004a4de1682caff 100644
--- a/components/test/data/autofill/merge/input/identical.in
+++ b/components/test/data/autofill/merge/input/names.in
@@ -1,6 +1,6 @@
---
-NAME_FIRST: John
-NAME_MIDDLE: Kilgore
+NAME_FIRST: john
+NAME_MIDDLE:
NAME_LAST: Doe
EMAIL_ADDRESS: john.doe@example.com
COMPANY_NAME: TestCo

Powered by Google App Engine
This is Rietveld 408576698