summaryrefslogtreecommitdiffstats
path: root/sync/syncable/syncable_model_neutral_write_transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/syncable/syncable_model_neutral_write_transaction.h')
-rw-r--r--sync/syncable/syncable_model_neutral_write_transaction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sync/syncable/syncable_model_neutral_write_transaction.h b/sync/syncable/syncable_model_neutral_write_transaction.h
index 3caa10e..f51e802 100644
--- a/sync/syncable/syncable_model_neutral_write_transaction.h
+++ b/sync/syncable/syncable_model_neutral_write_transaction.h
@@ -21,8 +21,7 @@ namespace syncable {
// good job of tracking and reporting on changes to the entries modified within
// its scope. This is because its changes do not need to be reported to the
// DirectoryChangeDelegate.
-class SYNC_EXPORT_PRIVATE ModelNeutralWriteTransaction
- : public BaseWriteTransaction {
+class SYNC_EXPORT ModelNeutralWriteTransaction : public BaseWriteTransaction {
public:
ModelNeutralWriteTransaction(
const tracked_objects::Location& location,