| Index: components/autofill/core/browser/credit_card_unittest.cc
|
| diff --git a/components/autofill/core/browser/credit_card_unittest.cc b/components/autofill/core/browser/credit_card_unittest.cc
|
| index 4e371ec4656c77167a33d5b7c6407f6843fcae03..f5e186e6c578701da6aeddd041c2be343f609b33 100644
|
| --- a/components/autofill/core/browser/credit_card_unittest.cc
|
| +++ b/components/autofill/core/browser/credit_card_unittest.cc
|
| @@ -406,6 +406,8 @@ TEST(CreditCardTest, IconResourceId) {
|
| CreditCard::IconResourceId(kMasterCard));
|
| EXPECT_EQ(IDR_AUTOFILL_CC_MIR,
|
| CreditCard::IconResourceId(kMirCard));
|
| + EXPECT_EQ(IDR_AUTOFILL_CC_UNIONPAY,
|
| + CreditCard::IconResourceId(kUnionPay));
|
| EXPECT_EQ(IDR_AUTOFILL_CC_VISA,
|
| CreditCard::IconResourceId(kVisaCard));
|
| }
|
|
|