Index: components/sync/api/model_type_change_processor.h |
diff --git a/components/sync/api/model_type_change_processor.h b/components/sync/api/model_type_change_processor.h |
index 107934fd2047c8a3e0e2f3c04fc603c646020674..01cc7a4f0fab64410d396c01a31d7f99ecc96c96 100644 |
--- a/components/sync/api/model_type_change_processor.h |
+++ b/components/sync/api/model_type_change_processor.h |
@@ -10,7 +10,6 @@ |
#include "components/sync/api/entity_data.h" |
#include "components/sync/api/sync_error_factory.h" |
-#include "components/sync/base/sync_export.h" |
#include "components/sync/core/activation_context.h" |
namespace syncer { |
@@ -25,7 +24,7 @@ class MetadataChangeList; |
// Interface used by the ModelTypeService to inform sync of local |
// changes. |
-class SYNC_EXPORT ModelTypeChangeProcessor : public syncer::SyncErrorFactory { |
+class ModelTypeChangeProcessor : public syncer::SyncErrorFactory { |
public: |
typedef base::Callback<void(syncer::SyncError, |
std::unique_ptr<ActivationContext>)> |