Index: components/autofill/core/browser/autofill_data_util.cc |
diff --git a/components/autofill/core/browser/autofill_data_util.cc b/components/autofill/core/browser/autofill_data_util.cc |
index 123eff30791b0ed1ee99a2c12e3aff264c72da98..f8fcef9f33da0afe183d716355edeab45657fdd1 100644 |
--- a/components/autofill/core/browser/autofill_data_util.cc |
+++ b/components/autofill/core/browser/autofill_data_util.cc |
@@ -30,6 +30,7 @@ const PaymentRequestData kPaymentRequestData[]{ |
{"dinersCC", "diners", IDR_AUTOFILL_CC_DINERS, IDS_AUTOFILL_CC_DINERS}, |
{"discoverCC", "discover", IDR_AUTOFILL_CC_DISCOVER, |
IDS_AUTOFILL_CC_DISCOVER}, |
+ {"eloCC", "elo", IDR_AUTOFILL_CC_ELO, IDS_AUTOFILL_CC_ELO}, |
{"jcbCC", "jcb", IDR_AUTOFILL_CC_JCB, IDS_AUTOFILL_CC_JCB}, |
{"masterCardCC", "mastercard", IDR_AUTOFILL_CC_MASTERCARD, |
IDS_AUTOFILL_CC_MASTERCARD}, |