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

Unified Diff: components/autofill/content/browser/wallet/form_field_error.h

Issue 22009003: [Autofill] Distinguish between native field types and potentially HTML field types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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: components/autofill/content/browser/wallet/form_field_error.h
diff --git a/components/autofill/content/browser/wallet/form_field_error.h b/components/autofill/content/browser/wallet/form_field_error.h
index 91a67b4de1dac5ac173386bfd8e7b4c644bd19f1..60df6d941486d6d6ffed3599b7a3366a5f29e7ce 100644
--- a/components/autofill/content/browser/wallet/form_field_error.h
+++ b/components/autofill/content/browser/wallet/form_field_error.h
@@ -59,8 +59,8 @@ class FormFieldError {
ErrorType error_type() const { return error_type_; }
Location location() const { return location_; }
- // Gets the appropriate AutofillFieldType for |location| and |error_type|.
- AutofillFieldType GetAutofillType() const;
+ // Gets the appropriate field type for |location| and |error_type|.
+ ServerFieldType GetAutofillType() const;
// Gets a user facing error message appropriate for |location| and
// |error_type|.

Powered by Google App Engine
This is Rietveld 408576698