Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(832)

Unified Diff: chrome/browser/autofill/email_field.h

Issue 7043027: Autofill refactor form_field.h/cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/autofill/email_field.h
diff --git a/chrome/browser/autofill/email_field.h b/chrome/browser/autofill/email_field.h
index 0de5ef140169b38624e76ef5a36e5fb216580391..af00da2ab8003c748adc7734095535ffeba34440 100644
--- a/chrome/browser/autofill/email_field.h
+++ b/chrome/browser/autofill/email_field.h
@@ -14,12 +14,12 @@ class EmailField : public FormField {
public:
static EmailField* Parse(AutofillScanner* scanner, bool is_ecml);
- // FormField:
- virtual bool GetFieldInfo(FieldTypeMap* field_type_map) const OVERRIDE;
-
private:
explicit EmailField(const AutofillField* field);
+ // FormField:
+ virtual bool ClassifyField(FieldTypeMap* field_type_map) const OVERRIDE;
+
const AutofillField* field_;
DISALLOW_COPY_AND_ASSIGN(EmailField);

Powered by Google App Engine
This is Rietveld 408576698