| Index: components/sync/syncable/syncable_base_write_transaction.h
|
| diff --git a/components/sync/syncable/syncable_base_write_transaction.h b/components/sync/syncable/syncable_base_write_transaction.h
|
| index a0c24f000771bbb37ad574fc16a39727872a7209..a74b336c51e3c5a1e3475db6d05b2ef96cf6c6ee 100644
|
| --- a/components/sync/syncable/syncable_base_write_transaction.h
|
| +++ b/components/sync/syncable/syncable_base_write_transaction.h
|
| @@ -6,7 +6,6 @@
|
| #define COMPONENTS_SYNC_SYNCABLE_SYNCABLE_BASE_WRITE_TRANSACTION_H_
|
|
|
| #include "base/macros.h"
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/syncable/syncable_base_transaction.h"
|
|
|
| namespace syncer {
|
| @@ -14,7 +13,7 @@ namespace syncable {
|
|
|
| // A base class shared by both ModelNeutralWriteTransaction and
|
| // WriteTransaction.
|
| -class SYNC_EXPORT BaseWriteTransaction : public BaseTransaction {
|
| +class BaseWriteTransaction : public BaseTransaction {
|
| public:
|
| virtual void TrackChangesTo(const EntryKernel* entry) = 0;
|
|
|
|
|