Index: components/sync/engine_impl/commit_contributor.h |
diff --git a/components/sync/engine_impl/commit_contributor.h b/components/sync/engine_impl/commit_contributor.h |
index 71de0695b34b95a7e5b61bf75cc15ad2a6bcf9cb..503acfe6fdd3cbb9b919f082d99b85e5d9428c61 100644 |
--- a/components/sync/engine_impl/commit_contributor.h |
+++ b/components/sync/engine_impl/commit_contributor.h |
@@ -8,7 +8,6 @@ |
#include <cstddef> |
#include <memory> |
-#include "components/sync/base/sync_export.h" |
namespace syncer { |
@@ -22,7 +21,7 @@ class Directory; |
// |
// When asked, it can return CommitContribution objects that contain a set of |
// items to be committed from this source. |
-class SYNC_EXPORT CommitContributor { |
+class CommitContributor { |
public: |
CommitContributor(); |
virtual ~CommitContributor() = 0; |