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

Unified Diff: components/autofill/browser/wallet/full_wallet.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/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();

Powered by Google App Engine
This is Rietveld 408576698