| Index: components/autofill/ios/browser/credit_card_util.mm
|
| diff --git a/components/autofill/ios/browser/credit_card_util.mm b/components/autofill/ios/browser/credit_card_util.mm
|
| index 8d4d6256eb5b574d92fb7a0f890b87afa299fac7..e62b9e82cd8b82acc3615b658fceacd975165fc9 100644
|
| --- a/components/autofill/ios/browser/credit_card_util.mm
|
| +++ b/components/autofill/ios/browser/credit_card_util.mm
|
| @@ -13,7 +13,7 @@ namespace autofill {
|
| NSString* GetCreditCardName(const CreditCard& credit_card,
|
| const std::string& locale) {
|
| return base::SysUTF16ToNSString(credit_card.GetInfo(
|
| - autofill::AutofillType(autofill::CREDIT_CARD_NAME), locale));
|
| + autofill::AutofillType(autofill::CREDIT_CARD_NAME_FULL), locale));
|
| }
|
|
|
| NSString* GetCreditCardObfuscatedNumber(const CreditCard& credit_card) {
|
|
|