Index: chrome/browser/ui/autofill/data_model_wrapper.cc |
diff --git a/chrome/browser/ui/autofill/data_model_wrapper.cc b/chrome/browser/ui/autofill/data_model_wrapper.cc |
index 4d513a2cf0d592773c6f3720a265895300e65ecd..e83b8ae1f16ab4ec3fcf2b537b7f005084391ce7 100644 |
--- a/chrome/browser/ui/autofill/data_model_wrapper.cc |
+++ b/chrome/browser/ui/autofill/data_model_wrapper.cc |
@@ -328,10 +328,7 @@ FullWalletBillingWrapper::~FullWalletBillingWrapper() {} |
base::string16 FullWalletBillingWrapper::GetInfo(const AutofillType& type) |
const { |
- return full_wallet_->GetInfo( |
- g_browser_process->GetApplicationLocale(), |
- AutofillType(AutofillType::GetEquivalentBillingFieldType( |
- type.GetStorableType()))); |
+ return full_wallet_->GetInfo(g_browser_process->GetApplicationLocale(), type); |
} |
bool FullWalletBillingWrapper::GetDisplayText( |