| Index: chrome/browser/autofill/form_field.cc
|
| diff --git a/chrome/browser/autofill/form_field.cc b/chrome/browser/autofill/form_field.cc
|
| index 95b1e55e2f905951082515557b764bfb6f352974..6bf3e24e9a87234aac81d9614caefcf46e56999a 100644
|
| --- a/chrome/browser/autofill/form_field.cc
|
| +++ b/chrome/browser/autofill/form_field.cc
|
| @@ -105,6 +105,10 @@ class EmailField : public FormField {
|
| AutoFillField* field_;
|
| };
|
|
|
| +FormFieldType FormField::GetFormFieldType() const {
|
| + return kOtherFieldType;
|
| +}
|
| +
|
| // static
|
| bool FormField::Match(AutoFillField* field,
|
| const string16& pattern,
|
|
|