| Index: components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.cc
|
| diff --git a/components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.cc b/components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.cc
|
| index 5f0942c539ec9a22485f733660f4089e37d667db..2de1eae75f4d8f1ae4785c5b3e1f21355e38198b 100644
|
| --- a/components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.cc
|
| +++ b/components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.cc
|
| @@ -22,9 +22,9 @@ AutofillCreditCardFillingInfoBarDelegateMobile::
|
| card_filling_callback_(card_filling_callback),
|
| had_user_interaction_(false),
|
| was_shown_(false),
|
| - issuer_icon_id_(CreditCard::IconResourceId(card.type())),
|
| + issuer_icon_id_(CreditCard::IconResourceId(card.network())),
|
| #if defined(OS_IOS)
|
| - card_label_(card.TypeAndLastFourDigits()),
|
| + card_label_(card.NetworkAndLastFourDigits()),
|
| #else
|
| card_label_(base::string16(kMidlineEllipsis) + card.LastFourDigits()),
|
| #endif
|
|
|