| 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,
|
|
|