Index: components/sync/core_impl/model_type_connector_proxy.h |
diff --git a/components/sync/core_impl/model_type_connector_proxy.h b/components/sync/core_impl/model_type_connector_proxy.h |
index b832cabc7bf73e4a3257da39735b57815f4ddfa1..f71f65b2cd2930793840fe0ae12bcc35bb8d1769 100644 |
--- a/components/sync/core_impl/model_type_connector_proxy.h |
+++ b/components/sync/core_impl/model_type_connector_proxy.h |
@@ -10,7 +10,6 @@ |
#include "base/memory/weak_ptr.h" |
#include "base/sequenced_task_runner.h" |
#include "components/sync/base/model_type.h" |
-#include "components/sync/base/sync_export.h" |
#include "components/sync/core/model_type_connector.h" |
namespace syncer_v2 { |
@@ -18,7 +17,7 @@ namespace syncer_v2 { |
// Proxies all ModelTypeConnector calls to another thread. Typically used by |
// the SyncBackend to call from the UI thread to the real ModelTypeConnector on |
// the sync thread. |
-class SYNC_EXPORT ModelTypeConnectorProxy : public ModelTypeConnector { |
+class ModelTypeConnectorProxy : public ModelTypeConnector { |
public: |
ModelTypeConnectorProxy( |
const scoped_refptr<base::SequencedTaskRunner>& task_runner, |