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

Unified Diff: components/sync/engine_impl/model_type_worker.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
Index: components/sync/engine_impl/model_type_worker.h
diff --git a/components/sync/engine_impl/model_type_worker.h b/components/sync/engine_impl/model_type_worker.h
index 5b6f52945a750ca2a90e3eaf7787beda035d809c..b2014ab2def9490e968f047c22239ccbb31a02d4 100644
--- a/components/sync/engine_impl/model_type_worker.h
+++ b/components/sync/engine_impl/model_type_worker.h
@@ -15,7 +15,6 @@
#include "base/threading/non_thread_safe.h"
#include "components/sync/base/cryptographer.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/core/non_blocking_sync_common.h"
#include "components/sync/core/sync_encryption_handler.h"
#include "components/sync/engine_impl/commit_contributor.h"
@@ -54,10 +53,10 @@ class WorkerEntityTracker;
// example, if the sync server sends down an update for a sync entity that is
// currently pending for commit, this object will detect this condition and
// cancel the pending commit.
-class SYNC_EXPORT ModelTypeWorker : public syncer::UpdateHandler,
- public syncer::CommitContributor,
- public CommitQueue,
- public base::NonThreadSafe {
+class ModelTypeWorker : public syncer::UpdateHandler,
+ public syncer::CommitContributor,
+ public CommitQueue,
+ public base::NonThreadSafe {
public:
ModelTypeWorker(syncer::ModelType type,
const sync_pb::DataTypeState& initial_state,
« no previous file with comments | « components/sync/engine_impl/get_updates_processor.h ('k') | components/sync/engine_impl/net/server_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698