Index: components/sync/engine_impl/commit_contribution.h |
diff --git a/components/sync/engine_impl/commit_contribution.h b/components/sync/engine_impl/commit_contribution.h |
index 8163606c8015e8a78419a5a8f2bd8e97d22d164f..714ae8ae8d54c5b943f16604c976a15de9b7cacd 100644 |
--- a/components/sync/engine_impl/commit_contribution.h |
+++ b/components/sync/engine_impl/commit_contribution.h |
@@ -7,7 +7,6 @@ |
#include <stddef.h> |
-#include "components/sync/base/sync_export.h" |
#include "components/sync/base/syncer_error.h" |
#include "components/sync/protocol/sync.pb.h" |
#include "components/sync/sessions_impl/status_controller.h" |
@@ -22,7 +21,7 @@ class StatusController; |
// have been selected from a CommitContributor and prepared for commit. |
// |
// This class handles the bookkeeping related to the commit of these items. |
-class SYNC_EXPORT CommitContribution { |
+class CommitContribution { |
public: |
CommitContribution(); |
virtual ~CommitContribution() = 0; |