Index: sync/syncable/syncable_write_transaction.h |
diff --git a/sync/syncable/syncable_write_transaction.h b/sync/syncable/syncable_write_transaction.h |
index d45ee5faeb8ff332403eb41fb55a532e1b1b64fd..ea52d45619d35f3c256d7ed0fef7089104ad3355 100644 |
--- a/sync/syncable/syncable_write_transaction.h |
+++ b/sync/syncable/syncable_write_transaction.h |
@@ -15,7 +15,7 @@ namespace syncable { |
SYNC_EXPORT extern const int64 kInvalidTransactionVersion; |
// Locks db in constructor, unlocks in destructor. |
-class WriteTransaction : public BaseTransaction { |
+class SYNC_EXPORT_PRIVATE WriteTransaction : public BaseTransaction { |
public: |
WriteTransaction(const tracked_objects::Location& from_here, |
WriterTag writer, Directory* directory); |