Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Unified Diff: components/autofill/browser/wallet/cart.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698