| 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 6dd2b3eb3ce623dd37f6fce92039a98f4871cb1f..c7667a5b3d1e9e12434653bcf79999d35b5182be 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[];
|
|
|