| Index: components/autofill/content/browser/wallet/wallet_address.cc
|
| diff --git a/components/autofill/content/browser/wallet/wallet_address.cc b/components/autofill/content/browser/wallet/wallet_address.cc
|
| index b107b9963a1ba7df3f43a3ae2391067409149ff4..73e301cab14b64850d2ab0453b68c40c672c8fa4 100644
|
| --- a/components/autofill/content/browser/wallet/wallet_address.cc
|
| +++ b/components/autofill/content/browser/wallet/wallet_address.cc
|
| @@ -264,7 +264,7 @@ string16 Address::DisplayNameDetail() const {
|
|
|
| string16 Address::GetInfo(const AutofillType& type,
|
| const std::string& app_locale) const {
|
| - switch (AutofillType::GetEquivalentFieldType(type.native_type())) {
|
| + switch (type.GetEquivalentNativeType()) {
|
| case NAME_FULL:
|
| return recipient_name();
|
|
|
|
|