diff options
Diffstat (limited to 'components/autofill/browser/wallet/wallet_items.h')
-rw-r--r-- | components/autofill/browser/wallet/wallet_items.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/autofill/browser/wallet/wallet_items.h b/components/autofill/browser/wallet/wallet_items.h index ddd22b7..f072b79 100644 --- a/components/autofill/browser/wallet/wallet_items.h +++ b/components/autofill/browser/wallet/wallet_items.h @@ -86,7 +86,8 @@ class WalletItems { string16 DisplayNameDetail() const; // Gets info that corresponds with |type|. - string16 GetInfo(AutofillFieldType type) const; + string16 GetInfo(AutofillFieldType type, + const std::string& app_locale) const; // Returns the display type of the and last four digits (e.g. Visa - 4444). string16 TypeAndLastFourDigits() const; |