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

Unified Diff: components/autofill/browser/wallet/instrument.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/instrument.h
diff --git a/components/autofill/browser/wallet/instrument.h b/components/autofill/browser/wallet/instrument.h
index 123b1cf28f8f6c05bcbb95b4125a18cb0b1fbc58..a38c52aa00304aa3796b0b61dfe7d75d31d9fe72 100644
--- a/components/autofill/browser/wallet/instrument.h
+++ b/components/autofill/browser/wallet/instrument.h
@@ -9,6 +9,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "base/string16.h"
+#include "components/autofill/common/autofill_export.h"
namespace base {
class DictionaryValue;
@@ -26,7 +27,7 @@ class Address;
// This class contains all the data necessary to save a new instrument to a
// user's Google Wallet using WalletClient::SaveInstrument or
// WalletClient::SaveInstrumentAndAddress.
-class Instrument {
+class AUTOFILL_EXPORT Instrument {
public:
enum FormOfPayment {
UNKNOWN,

Powered by Google App Engine
This is Rietveld 408576698