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 ff81bcc4745bd796ce5b848c2f0abe72d652bdd9..b6974ff1fef539a56e19cfba9dc766fd1b40f81b 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()); |