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

Unified Diff: components/sync/core/processor_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/core/non_blocking_sync_common.h ('k') | components/sync/core/read_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/processor_entity_tracker.h
diff --git a/components/sync/core/processor_entity_tracker.h b/components/sync/core/processor_entity_tracker.h
index 1a6d3f825a9038cb4673290a3c69a1aa9de9a496..61e1cc087f503907c29f1379c27267b918daee5b 100644
--- a/components/sync/core/processor_entity_tracker.h
+++ b/components/sync/core/processor_entity_tracker.h
@@ -12,7 +12,6 @@
#include "base/time/time.h"
#include "components/sync/api/entity_data.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/protocol/entity_metadata.pb.h"
namespace syncer_v2 {
@@ -24,7 +23,7 @@ struct UpdateResponseData;
// entity with its type. It can be considered a helper class internal to the
// processor. It manages the metadata for its entity and caches entity data
// upon a local change until commit confirmation is received.
-class SYNC_EXPORT ProcessorEntityTracker {
+class ProcessorEntityTracker {
public:
// Construct an instance representing a new locally-created item.
static std::unique_ptr<ProcessorEntityTracker> CreateNew(
« no previous file with comments | « components/sync/core/non_blocking_sync_common.h ('k') | components/sync/core/read_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698