| 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 0e54c44176abd4a59c4418bb569331a95469e561..9256313f577a28bd43a843b6aee7fb71ceca7b59 100644
|
| --- a/components/autofill/core/browser/credit_card.cc
|
| +++ b/components/autofill/core/browser/credit_card.cc
|
| @@ -152,7 +152,7 @@ int CreditCard::IconResourceId(const std::string& type) {
|
| if (type == kMirCard)
|
| return IDR_AUTOFILL_CC_MIR;
|
| if (type == kUnionPay)
|
| - return IDR_AUTOFILL_CC_GENERIC;
|
| + return IDR_AUTOFILL_CC_UNIONPAY;
|
| if (type == kVisaCard)
|
| return IDR_AUTOFILL_CC_VISA;
|
|
|
|
|