| Index: components/autofill/browser/wallet/cart.h
|
| diff --git a/components/autofill/browser/wallet/cart.h b/components/autofill/browser/wallet/cart.h
|
| index fc106c15603d094a7608b5ee562e5bbc938fa104..590b3e4016e9509a0b457bc9faabbd6a8e9f3906 100644
|
| --- a/components/autofill/browser/wallet/cart.h
|
| +++ b/components/autofill/browser/wallet/cart.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -23,7 +24,7 @@ namespace wallet {
|
| // available, the maximum allowable value should be used: $1850 USD. Online
|
| // Wallet is designed to accept price information in addition to information
|
| // about the items being purchased hence the name Cart.
|
| -class Cart {
|
| +class AUTOFILL_EXPORT Cart {
|
| public:
|
| Cart(const std::string& total_price, const std::string& currency_code);
|
| ~Cart();
|
|
|