Index: components/autofill/browser/wallet/wallet_items.h |
=================================================================== |
--- components/autofill/browser/wallet/wallet_items.h (revision 192613) |
+++ components/autofill/browser/wallet/wallet_items.h (working copy) |
@@ -86,7 +86,8 @@ |
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; |