| Index: components/sync/core/model_type_processor.h
|
| diff --git a/components/sync/core/model_type_processor.h b/components/sync/core/model_type_processor.h
|
| index 43ee6f34f31e80b14676b42783a2651da263e1d7..422a1e39fa90b6f2878de579db3a7333f2442f37 100644
|
| --- a/components/sync/core/model_type_processor.h
|
| +++ b/components/sync/core/model_type_processor.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <memory>
|
|
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/core/non_blocking_sync_common.h"
|
| #include "components/sync/protocol/data_type_state.pb.h"
|
|
|
| @@ -15,7 +14,7 @@ namespace syncer_v2 {
|
| class CommitQueue;
|
|
|
| // Interface used by sync backend to issue requests to a synced data type.
|
| -class SYNC_EXPORT ModelTypeProcessor {
|
| +class ModelTypeProcessor {
|
| public:
|
| ModelTypeProcessor();
|
| virtual ~ModelTypeProcessor();
|
|
|