diff options
Diffstat (limited to 'chrome/browser/autofill/phone_number.cc')
-rw-r--r-- | chrome/browser/autofill/phone_number.cc | 2 |
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(); |