| Index: components/autofill/core/browser/credit_card_field.h
|
| diff --git a/components/autofill/core/browser/credit_card_field.h b/components/autofill/core/browser/credit_card_field.h
|
| index a737add04406599eb030bd7a4c4efb8d86b070a0..3d462507fb7724d3aa4e24434106fb53e72afd73 100644
|
| --- a/components/autofill/core/browser/credit_card_field.h
|
| +++ b/components/autofill/core/browser/credit_card_field.h
|
| @@ -27,7 +27,7 @@ class CreditCardField : public FormField {
|
| void AddClassifications(FieldCandidatesMap* field_candidates) const override;
|
|
|
| private:
|
| - friend class CreditCardFieldTest;
|
| + friend class CreditCardFieldTestBase;
|
|
|
| // Returns true if |scanner| points to a field that looks like a month
|
| // <select>.
|
|
|