| 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 8b480856b973e1d26e7d42bbd827236cec56f31d..c53b87d906538eb312c014700d56d169e0514691 100644
|
| --- a/components/autofill/content/browser/wallet/full_wallet.cc
|
| +++ b/components/autofill/content/browser/wallet/full_wallet.cc
|
| @@ -128,7 +128,7 @@ scoped_ptr<FullWallet>
|
| }
|
|
|
| base::string16 FullWallet::GetInfo(const AutofillType& type) {
|
| - switch (type.native_type()) {
|
| + switch (type.GetEquivalentNativeType()) {
|
| case CREDIT_CARD_NUMBER:
|
| return UTF8ToUTF16(GetPan());
|
|
|
|
|