| Index: chrome/browser/autofill/address_field.h
|
| diff --git a/chrome/browser/autofill/address_field.h b/chrome/browser/autofill/address_field.h
|
| index 51dd10532c752c8cd890b5c7b8b2c04461ef6bdb..116ae3561dae4eb1f2662504a53e082bf30e3638 100644
|
| --- a/chrome/browser/autofill/address_field.h
|
| +++ b/chrome/browser/autofill/address_field.h
|
| @@ -16,7 +16,7 @@ class AutoFillField;
|
| class AddressField : public FormField {
|
| public:
|
| virtual bool GetFieldInfo(FieldTypeMap* field_type_map) const;
|
| - virtual FormFieldType GetFormFieldType() const { return kAddressType; }
|
| + virtual FormFieldType GetFormFieldType() const;
|
|
|
| static AddressField* Parse(std::vector<AutoFillField*>::const_iterator* iter,
|
| bool is_ecml);
|
|
|