| Index: components/autofill/content/browser/wallet/wallet_items.cc
|
| diff --git a/components/autofill/content/browser/wallet/wallet_items.cc b/components/autofill/content/browser/wallet/wallet_items.cc
|
| index 6a861e2302270340b0d437d775e603fac2d6337b..03cf3f442c2453c8df0caf05a9dd817561572ea8 100644
|
| --- a/components/autofill/content/browser/wallet/wallet_items.cc
|
| +++ b/components/autofill/content/browser/wallet/wallet_items.cc
|
| @@ -314,7 +314,7 @@ base::string16 WalletItems::MaskedInstrument::GetInfo(
|
| if (type.group() != CREDIT_CARD)
|
| return address().GetInfo(type, app_locale);
|
|
|
| - switch (type.server_type()) {
|
| + switch (type.GetStorableType()) {
|
| case CREDIT_CARD_NAME:
|
| return address().recipient_name();
|
|
|
|
|