| Index: components/autofill/browser/wallet/wallet_items.cc
|
| diff --git a/components/autofill/browser/wallet/wallet_items.cc b/components/autofill/browser/wallet/wallet_items.cc
|
| index 062496f9f4ee69d9013408c12d5c7de8f5da4687..771dd193664b013536278dc4f96ce1e56307113d 100644
|
| --- a/components/autofill/browser/wallet/wallet_items.cc
|
| +++ b/components/autofill/browser/wallet/wallet_items.cc
|
| @@ -324,8 +324,7 @@ base::string16 WalletItems::MaskedInstrument::GetInfo(
|
| return address().recipient_name();
|
|
|
| case CREDIT_CARD_NUMBER:
|
| - // TODO(dbeam): show these as XXXX-#### and non-editable in the UI.
|
| - return last_four_digits();
|
| + return DisplayName();
|
|
|
| case CREDIT_CARD_EXP_4_DIGIT_YEAR:
|
| return base::IntToString16(expiration_year());
|
|
|