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

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

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.cc
diff --git a/components/autofill/content/browser/wallet/form_field_error.cc b/components/autofill/content/browser/wallet/form_field_error.cc
index da7ee3131192aa325d49027c72a74312ba5c40cf..826ea37df2c1c38ce24fdf6add7ecba5b6d44b9c 100644
--- a/components/autofill/content/browser/wallet/form_field_error.cc
+++ b/components/autofill/content/browser/wallet/form_field_error.cc
@@ -56,7 +56,7 @@ FormFieldError::FormFieldError(ErrorType error_type, Location location)
FormFieldError::~FormFieldError() {}
-AutofillFieldType FormFieldError::GetAutofillType() const {
+ServerFieldType FormFieldError::GetAutofillType() const {
switch (error_type_) {
case INVALID_PHONE_NUMBER:
if (location_ == LEGAL_ADDRESS || location_ == PAYMENT_INSTRUMENT)

Powered by Google App Engine
This is Rietveld 408576698