| Index: components/sync/engine_impl/syncer.h
|
| diff --git a/components/sync/engine_impl/syncer.h b/components/sync/engine_impl/syncer.h
|
| index 71c7e4eb4a6a6260b116d803225400c9198e0532..8953bc57c173bb168ac97d812ed26fdfc5e854f0 100644
|
| --- a/components/sync/engine_impl/syncer.h
|
| +++ b/components/sync/engine_impl/syncer.h
|
| @@ -16,7 +16,6 @@
|
| #include "base/synchronization/lock.h"
|
| #include "components/sync/base/extensions_activity.h"
|
| #include "components/sync/base/model_type.h"
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/engine_impl/conflict_resolver.h"
|
| #include "components/sync/engine_impl/syncer_types.h"
|
| #include "components/sync/sessions_impl/sync_session.h"
|
| @@ -36,7 +35,7 @@ class GetUpdatesProcessor;
|
| // A Syncer instance expects to run on a dedicated thread. Calls to SyncShare()
|
| // may take an unbounded amount of time because it may block on network I/O, on
|
| // lock contention, or on tasks posted to other threads.
|
| -class SYNC_EXPORT Syncer {
|
| +class Syncer {
|
| public:
|
| typedef std::vector<int64_t> UnsyncedMetaHandles;
|
|
|
|
|