| Index: components/autofill/core/browser/credit_card.h
|
| diff --git a/components/autofill/core/browser/credit_card.h b/components/autofill/core/browser/credit_card.h
|
| index 5b1ba1543d946179e0a318fa39244b50fcb7dc6b..4dc8bb9bc934691ff33ef0e11f73e970a18a17a9 100644
|
| --- a/components/autofill/core/browser/credit_card.h
|
| +++ b/components/autofill/core/browser/credit_card.h
|
| @@ -272,6 +272,7 @@ std::ostream& operator<<(std::ostream& os, const CreditCard& credit_card);
|
| extern const char kAmericanExpressCard[];
|
| extern const char kDinersCard[];
|
| extern const char kDiscoverCard[];
|
| +extern const char kEloCard[];
|
| extern const char kGenericCard[];
|
| extern const char kJCBCard[];
|
| extern const char kMasterCard[];
|
|
|