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

Unified Diff: chrome/test/data/autofill/merge/input/primarycase.in

Issue 8143007: Move a bunch of non-shared methods out of the FormGroup class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: De-nitting Created 9 years, 2 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
« no previous file with comments | « chrome/browser/autofill/personal_data_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/autofill/merge/input/primarycase.in
diff --git a/chrome/test/data/autofill/merge/input/primarycase.in b/chrome/test/data/autofill/merge/input/primarycase.in
index f401629099de8957f3e2c8f1add298a63f05ecd7..5e56fa382b2aaba27999088f2edba31219c69e33 100644
--- a/chrome/test/data/autofill/merge/input/primarycase.in
+++ b/chrome/test/data/autofill/merge/input/primarycase.in
@@ -4,9 +4,9 @@ NAME_MIDDLE: Anne
NAME_LAST: Akins
EMAIL_ADDRESS: aa@a.com
COMPANY_NAME: Acme
-ADDRESS_HOME_LINE1: 1 MAIN STREET
+ADDRESS_HOME_LINE1: 1 Main Street
ADDRESS_HOME_LINE2: Apt 1
-ADDRESS_HOME_CITY: SAN FRANCISCO
+ADDRESS_HOME_CITY: San Francisco
ADDRESS_HOME_STATE: CA
ADDRESS_HOME_ZIP: 94102
ADDRESS_HOME_COUNTRY: United States
@@ -17,9 +17,9 @@ NAME_MIDDLE: Bob
NAME_LAST: Bruner
EMAIL_ADDRESS: bb@b.com
COMPANY_NAME: Acme
-ADDRESS_HOME_LINE1: 1 Main Street
+ADDRESS_HOME_LINE1: 1 MAIN STREET
ADDRESS_HOME_LINE2: Apt 1
-ADDRESS_HOME_CITY: San Francisco
+ADDRESS_HOME_CITY: SAN FRANCISCO
ADDRESS_HOME_STATE: CA
ADDRESS_HOME_ZIP: 94102
ADDRESS_HOME_COUNTRY: United States
« no previous file with comments | « chrome/browser/autofill/personal_data_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698