summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/billing_address.h
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-07 23:13:09 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-07 23:13:09 +0000
commit0f1a680f6f449216c0318f4780502aa0c8bf5b84 (patch)
tree0d5aa9b83234aa5cacb6d18cb3c89a60152cef27 /chrome/browser/autofill/billing_address.h
parent32b67942fa3a2f8781ad172a6526102e9ff5abb6 (diff)
downloadchromium_src-0f1a680f6f449216c0318f4780502aa0c8bf5b84.zip
chromium_src-0f1a680f6f449216c0318f4780502aa0c8bf5b84.tar.gz
chromium_src-0f1a680f6f449216c0318f4780502aa0c8bf5b84.tar.bz2
Implement AutoFillProfile, a collection of form groups that stores profile information.
BUG=none TEST=none Review URL: http://codereview.chromium.org/517066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35751 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/billing_address.h')
-rw-r--r--chrome/browser/autofill/billing_address.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/billing_address.h b/chrome/browser/autofill/billing_address.h
index f0aae86..79cd90e 100644
--- a/chrome/browser/autofill/billing_address.h
+++ b/chrome/browser/autofill/billing_address.h
@@ -25,8 +25,8 @@ class BillingAddress : public Address {
return ADDRESS_BILLING_LINE2;
}
- virtual AutoFillFieldType GetApptNumType() const {
- return ADDRESS_BILLING_APPT_NUM;
+ virtual AutoFillFieldType GetAptNumType() const {
+ return ADDRESS_BILLING_APT_NUM;
}
virtual AutoFillFieldType GetCityType() const {