| Index: components/autofill/browser/wallet/wallet_items.h
|
| diff --git a/components/autofill/browser/wallet/wallet_items.h b/components/autofill/browser/wallet/wallet_items.h
|
| index a437181b67528dc26305a5f878113430eee904c7..1af1074f0b2c6a40b6c729c1b65d9f0a194f6bd4 100644
|
| --- a/components/autofill/browser/wallet/wallet_items.h
|
| +++ b/components/autofill/browser/wallet/wallet_items.h
|
| @@ -16,6 +16,7 @@
|
| #include "base/string16.h"
|
| #include "components/autofill/browser/wallet/required_action.h"
|
| #include "components/autofill/browser/wallet/wallet_address.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| namespace base {
|
| @@ -39,11 +40,11 @@ class WalletItemsTest;
|
| // must be used throughout all API calls being made using this data.
|
| // Additionally, user actions may be required before a purchase can be completed
|
| // using Online Wallet and those actions are present in the object as well.
|
| -class WalletItems {
|
| +class AUTOFILL_EXPORT WalletItems {
|
| public:
|
| // Container for all information about a credit card except for it's card
|
| // verfication number (CVN) and it's complete primary account number (PAN).
|
| - class MaskedInstrument {
|
| + class AUTOFILL_EXPORT MaskedInstrument {
|
| public:
|
| enum Type {
|
| AMEX,
|
|
|