| Index: components/autofill/browser/wallet/wallet_address.h
|
| ===================================================================
|
| --- components/autofill/browser/wallet/wallet_address.h (revision 192613)
|
| +++ components/autofill/browser/wallet/wallet_address.h (working copy)
|
| @@ -88,7 +88,8 @@
|
| string16 DisplayNameDetail() const;
|
|
|
| // Returns data appropriate for |type|.
|
| - string16 GetInfo(AutofillFieldType type) const;
|
| + string16 GetInfo(AutofillFieldType type,
|
| + const std::string& app_locale) const;
|
|
|
| const std::string& country_name_code() const { return country_name_code_; }
|
| const string16& recipient_name() const { return recipient_name_; }
|
|
|