| 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|.
|
|
|