Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(614)

Unified Diff: components/sync/engine_impl/syncer.h

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/engine_impl/sync_scheduler_impl.h ('k') | components/sync/engine_impl/syncer_proto_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/sync/engine_impl/sync_scheduler_impl.h ('k') | components/sync/engine_impl/syncer_proto_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698