summaryrefslogtreecommitdiffstats
path: root/sync/engine/commit_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/commit_processor.h')
-rw-r--r--sync/engine/commit_processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/engine/commit_processor.h b/sync/engine/commit_processor.h
index 70e0e99..67ebe56 100644
--- a/sync/engine/commit_processor.h
+++ b/sync/engine/commit_processor.h
@@ -30,7 +30,7 @@ class CommitContribution;
// Many methods allow the caller to specify a subset of types on which the
// operation is to be applied. It is a logic error if the supplied set of types
// contains a type which was not previously registered.
-class SYNC_EXPORT_PRIVATE CommitProcessor {
+class SYNC_EXPORT CommitProcessor {
public:
// Contructs a CommitProcessor from a map of CommitContributors.
// The CommitProcessor does not own this map.