| 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 1643461877d86793458d9ca5ffff92c593398b1d..1608c3ecbd3adbafa0eb977c83a78ca30678c0e2 100644
|
| --- a/components/autofill/content/browser/wallet/wallet_items.cc
|
| +++ b/components/autofill/content/browser/wallet/wallet_items.cc
|
| @@ -311,7 +311,7 @@ const gfx::Image& WalletItems::MaskedInstrument::CardIcon() const {
|
| base::string16 WalletItems::MaskedInstrument::GetInfo(
|
| AutofillFieldType type,
|
| const std::string& app_locale) const {
|
| - if (AutofillType(type).group() != AutofillType::CREDIT_CARD)
|
| + if (AutofillType(type).group() != CREDIT_CARD)
|
| return address().GetInfo(type, app_locale);
|
|
|
| switch (type) {
|
|
|