diff options
Diffstat (limited to 'components/autofill/content/browser/wallet/full_wallet.cc')
| -rw-r--r-- | components/autofill/content/browser/wallet/full_wallet.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill/content/browser/wallet/full_wallet.cc b/components/autofill/content/browser/wallet/full_wallet.cc index 43e901a..84e8642 100644 --- a/components/autofill/content/browser/wallet/full_wallet.cc +++ b/components/autofill/content/browser/wallet/full_wallet.cc @@ -72,7 +72,7 @@ base::string16 FullWallet::GetInfo(const std::string& app_locale, case CREDIT_CARD_NUMBER: return base::ASCIIToUTF16(GetPan()); - case CREDIT_CARD_NAME: + case CREDIT_CARD_NAME_FULL: return billing_address()->recipient_name(); case CREDIT_CARD_VERIFICATION_CODE: |
