summaryrefslogtreecommitdiffstats
path: root/sync/syncable/syncable_delete_journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/syncable/syncable_delete_journal.h')
-rw-r--r--sync/syncable/syncable_delete_journal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/syncable/syncable_delete_journal.h b/sync/syncable/syncable_delete_journal.h
index a4bf9ce..b475850 100644
--- a/sync/syncable/syncable_delete_journal.h
+++ b/sync/syncable/syncable_delete_journal.h
@@ -26,7 +26,7 @@ typedef std::set<const EntryKernel*, LessField<IdField, ID> > JournalIndex;
// DeleteJournal is thread-safe and can be accessed on any thread. Has to hold
// a valid transaction object when calling methods of DeleteJournal, thus each
// method requires a non-null |trans| parameter.
-class SYNC_EXPORT_PRIVATE DeleteJournal {
+class SYNC_EXPORT DeleteJournal {
public:
FRIEND_TEST_ALL_PREFIXES(SyncableDirectoryTest, ManageDeleteJournals);