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

Unified Diff: components/autofill/browser/wallet/wallet_items.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/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,

Powered by Google App Engine
This is Rietveld 408576698