summaryrefslogtreecommitdiffstats
path: root/sync/syncable/syncable_write_transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/syncable/syncable_write_transaction.h')
-rw-r--r--sync/syncable/syncable_write_transaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/syncable/syncable_write_transaction.h b/sync/syncable/syncable_write_transaction.h
index ea52d45..0debaa5 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 SYNC_EXPORT_PRIVATE WriteTransaction : public BaseTransaction {
+class SYNC_EXPORT WriteTransaction : public BaseTransaction {
public:
WriteTransaction(const tracked_objects::Location& from_here,
WriterTag writer, Directory* directory);