| Index: components/autofill/core/browser/credit_card.cc
|
| diff --git a/components/autofill/core/browser/credit_card.cc b/components/autofill/core/browser/credit_card.cc
|
| index 31933a0e1ae7a474a0a5520f3751e842f65c50ea..8fc67ee3b59e4c19e378e7bd52309035da50736d 100644
|
| --- a/components/autofill/core/browser/credit_card.cc
|
| +++ b/components/autofill/core/browser/credit_card.cc
|
| @@ -533,7 +533,7 @@ void CreditCard::FillFormField(const AutofillField& field,
|
| size_t /*variant*/,
|
| const std::string& app_locale,
|
| FormFieldData* field_data) const {
|
| - DCHECK_EQ(AutofillType::CREDIT_CARD, AutofillType(field.type()).group());
|
| + DCHECK_EQ(CREDIT_CARD, AutofillType(field.type()).group());
|
| DCHECK(field_data);
|
|
|
| if (field_data->form_control_type == "select-one") {
|
|
|