Index: components/sync/engine_impl/worker_entity_tracker.h |
diff --git a/components/sync/engine_impl/worker_entity_tracker.h b/components/sync/engine_impl/worker_entity_tracker.h |
index d8d2f5aeb7b4a3f00239244846df1dfcdd18a7b1..354502ad18eb0235a5fc83e04d96566303a0c8c0 100644 |
--- a/components/sync/engine_impl/worker_entity_tracker.h |
+++ b/components/sync/engine_impl/worker_entity_tracker.h |
@@ -12,7 +12,6 @@ |
#include "base/macros.h" |
#include "base/time/time.h" |
-#include "components/sync/base/sync_export.h" |
#include "components/sync/protocol/sync.pb.h" |
namespace syncer_v2 { |
@@ -32,7 +31,7 @@ struct UpdateResponseData; |
// |
// This object may contain state associated with a pending commit, pending |
// update, or both. |
-class SYNC_EXPORT WorkerEntityTracker { |
+class WorkerEntityTracker { |
public: |
// Initializes the entity tracker's main fields. Does not initialize state |
// related to a pending commit. |