| 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 0a592dbab19120c9e7136ff7ba054fb34926320b..78d090b7b66c80b97c8d95e7758f7ce0372d6849 100644
|
| --- a/components/autofill/browser/wallet/full_wallet.h
|
| +++ b/components/autofill/browser/wallet/full_wallet.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/autofill/browser/wallet/required_action.h"
|
| #include "components/autofill/browser/wallet/wallet_address.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -28,7 +29,7 @@ class FullWalletTest;
|
| // - billing information
|
| // - shipping information
|
| // - a proxy card for the backing card selected from a user's wallet items
|
| -class FullWallet {
|
| +class AUTOFILL_EXPORT FullWallet {
|
| public:
|
| ~FullWallet();
|
|
|
|
|