| Index: components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| diff --git a/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc b/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| index 28f7aea7b079c8dc4ff9a9576bdbbe7fd7e44a89..67874ef7d90d23ef0e13615f96db2afcf58f6326 100644
|
| --- a/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| +++ b/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| @@ -35,7 +35,7 @@ AutofillSaveCardInfoBarDelegateMobile::AutofillSaveCardInfoBarDelegateMobile(
|
| // http://crbug.com/535784
|
| issuer_icon_id_(kNoIconID),
|
| #else
|
| - issuer_icon_id_(CreditCard::IconResourceId(card.type())),
|
| + issuer_icon_id_(CreditCard::IconResourceId(card.network())),
|
| #endif
|
| card_label_(base::string16(kMidlineEllipsis) + card.LastFourDigits()),
|
| card_sub_label_(card.AbbreviatedExpirationDateForDisplay()) {
|
|
|