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

Unified Diff: components/sync/engine_impl/worker_entity_tracker.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/update_handler.h ('k') | components/sync/js/js_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/worker_entity_tracker.h
diff --git a/components/sync/engine_impl/worker_entity_tracker.h b/components/sync/engine_impl/worker_entity_tracker.h
index d8d2f5aeb7b4a3f00239244846df1dfcdd18a7b1..354502ad18eb0235a5fc83e04d96566303a0c8c0 100644
--- a/components/sync/engine_impl/worker_entity_tracker.h
+++ b/components/sync/engine_impl/worker_entity_tracker.h
@@ -12,7 +12,6 @@
#include "base/macros.h"
#include "base/time/time.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/protocol/sync.pb.h"
namespace syncer_v2 {
@@ -32,7 +31,7 @@ struct UpdateResponseData;
//
// This object may contain state associated with a pending commit, pending
// update, or both.
-class SYNC_EXPORT WorkerEntityTracker {
+class WorkerEntityTracker {
public:
// Initializes the entity tracker's main fields. Does not initialize state
// related to a pending commit.
« no previous file with comments | « components/sync/engine_impl/update_handler.h ('k') | components/sync/js/js_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698