Index: components/autofill/content/browser/wallet/full_wallet.cc |
diff --git a/components/autofill/content/browser/wallet/full_wallet.cc b/components/autofill/content/browser/wallet/full_wallet.cc |
index 43e901adcee6d7e9349ae0d5f6c763dd66bfb396..b814a3a93097ddb17ec99f8eb89d6671494b3f04 100644 |
--- a/components/autofill/content/browser/wallet/full_wallet.cc |
+++ b/components/autofill/content/browser/wallet/full_wallet.cc |
@@ -133,7 +133,7 @@ base::string16 FullWallet::GetInfo(const std::string& app_locale, |
base::string16 FullWallet::TypeAndLastFourDigits() { |
CreditCard card; |
card.SetRawInfo(CREDIT_CARD_NUMBER, base::ASCIIToUTF16(GetPan())); |
- return card.TypeAndLastFourDigits(); |
+ return card.TypeAndLastFourDigitsForDisplay(); |
} |
const std::string& FullWallet::GetPan() { |