| Index: components/autofill/content/browser/wallet/full_wallet.h
|
| diff --git a/components/autofill/content/browser/wallet/full_wallet.h b/components/autofill/content/browser/wallet/full_wallet.h
|
| index b97d67093687eae55638f1c7ea3cfae230a752a2..61e846a2c020edbaa989cbcc9cdc187ed1d4b8db 100644
|
| --- a/components/autofill/content/browser/wallet/full_wallet.h
|
| +++ b/components/autofill/content/browser/wallet/full_wallet.h
|
| @@ -20,6 +20,9 @@ class DictionaryValue;
|
| }
|
|
|
| namespace autofill {
|
| +
|
| +class AutofillType;
|
| +
|
| namespace wallet {
|
|
|
| class FullWalletTest;
|
| @@ -39,7 +42,7 @@ class FullWallet {
|
| CreateFullWallet(const base::DictionaryValue& dictionary);
|
|
|
| // Returns corresponding data for |type|.
|
| - base::string16 GetInfo(AutofillFieldType type);
|
| + base::string16 GetInfo(const AutofillType& type);
|
|
|
| // Whether or not |action| is in |required_actions_|.
|
| bool HasRequiredAction(RequiredAction action) const;
|
|
|