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

Unified Diff: chrome/browser/autofill/field_types.h

Issue 517066: Implement AutoFillProfile, a collection of form groups that stores profile in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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/fax_number.h ('k') | chrome/browser/autofill/home_address.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/field_types.h
===================================================================
--- chrome/browser/autofill/field_types.h (revision 35719)
+++ chrome/browser/autofill/field_types.h (working copy)
@@ -54,14 +54,14 @@
ADDRESS_HOME_LINE1 = 30,
ADDRESS_HOME_LINE2 = 31,
- ADDRESS_HOME_APPT_NUM = 32,
+ ADDRESS_HOME_APT_NUM = 32,
ADDRESS_HOME_CITY = 33,
ADDRESS_HOME_STATE = 34,
ADDRESS_HOME_ZIP = 35,
ADDRESS_HOME_COUNTRY = 36,
ADDRESS_BILLING_LINE1 = 37,
ADDRESS_BILLING_LINE2 = 38,
- ADDRESS_BILLING_APPT_NUM = 39,
+ ADDRESS_BILLING_APT_NUM = 39,
ADDRESS_BILLING_CITY = 40,
ADDRESS_BILLING_STATE = 41,
ADDRESS_BILLING_ZIP = 42,
« no previous file with comments | « chrome/browser/autofill/fax_number.h ('k') | chrome/browser/autofill/home_address.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698