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 5b69ea35ea24fde7c536fc82f3435acfff15ea1d..9595c3c5ea7136aa10418830a82caaad87087481 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.server_type())) { |
+ switch (type.GetStorableType()) { |
case NAME_FULL: |
return recipient_name(); |