Index: chrome/browser/autofill/form_field.h |
diff --git a/chrome/browser/autofill/form_field.h b/chrome/browser/autofill/form_field.h |
index 38b2ec204b60070488958e5018607ca001297afc..4c5e02b8161073b87b1cb4ad72caf4c451d24114 100644 |
--- a/chrome/browser/autofill/form_field.h |
+++ b/chrome/browser/autofill/form_field.h |
@@ -75,7 +75,7 @@ class FormField { |
virtual bool GetFieldInfo(FieldTypeMap* field_type_map) const = 0; |
// Returns the type of form field of the class implementing this interface. |
- virtual FormFieldType GetFormFieldType() const { return kOtherFieldType; } |
+ virtual FormFieldType GetFormFieldType() const; |
// Returns true if |field| contains the regexp |pattern| in the name or label. |
// If |match_label_only| is true, then only the field's label is considered. |