summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/phone_number.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 22:14:18 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 22:14:18 +0000
commit7127ca8f76464fbc40f578034254b0ce778a6dae (patch)
tree9bb797184c3a87445b34728c2dddf088fc461d03 /chrome/browser/autofill/phone_number.cc
parent77c93df6ab9299e0f28349966caf391f1d1d35e5 (diff)
downloadchromium_src-7127ca8f76464fbc40f578034254b0ce778a6dae.zip
chromium_src-7127ca8f76464fbc40f578034254b0ce778a6dae.tar.gz
chromium_src-7127ca8f76464fbc40f578034254b0ce778a6dae.tar.bz2
autofill: Rename AutoFillFieldType to AutofillFieldType.
BUG=72758 TEST=compiled locally and trybots Review URL: http://codereview.chromium.org/6592067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/phone_number.cc')
-rw-r--r--chrome/browser/autofill/phone_number.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/phone_number.cc b/chrome/browser/autofill/phone_number.cc
index 025f031..c7c0c7c 100644
--- a/chrome/browser/autofill/phone_number.cc
+++ b/chrome/browser/autofill/phone_number.cc
@@ -79,7 +79,7 @@ void PhoneNumber::GetAvailableFieldTypes(FieldTypeSet* available_types) const {
}
string16 PhoneNumber::GetFieldText(const AutoFillType& type) const {
- AutoFillFieldType field_type = type.field_type();
+ AutofillFieldType field_type = type.field_type();
if (field_type == GetNumberType())
return number();