| Index: components/autofill/browser/wallet/full_wallet.h
|
| diff --git a/components/autofill/browser/wallet/full_wallet.h b/components/autofill/browser/wallet/full_wallet.h
|
| index 3c04c6148f62cce2adf13de3148105bc26ac2c5c..0a592dbab19120c9e7136ff7ba054fb34926320b 100644
|
| --- a/components/autofill/browser/wallet/full_wallet.h
|
| +++ b/components/autofill/browser/wallet/full_wallet.h
|
| @@ -38,7 +38,7 @@ class FullWallet {
|
| CreateFullWallet(const base::DictionaryValue& dictionary);
|
|
|
| // Returns corresponding data for |type|.
|
| - string16 GetInfo(AutofillFieldType type);
|
| + base::string16 GetInfo(AutofillFieldType type);
|
|
|
| // Whether or not |action| is in |required_actions_|.
|
| bool HasRequiredAction(RequiredAction action) const;
|
|
|