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

Unified Diff: components/sync/api/entity_data.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/api/entity_change.h ('k') | components/sync/api/metadata_batch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/entity_data.h
diff --git a/components/sync/api/entity_data.h b/components/sync/api/entity_data.h
index cb33bd57b7f7db2c9f4647a211d818249a4ad04b..99249471e7181bd1a33cfb14818b9198ee5d6292 100644
--- a/components/sync/api/entity_data.h
+++ b/components/sync/api/entity_data.h
@@ -12,14 +12,13 @@
#include "base/macros.h"
#include "base/time/time.h"
#include "components/sync/base/proto_value_ptr.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/protocol/sync.pb.h"
namespace syncer_v2 {
struct EntityData;
-struct SYNC_EXPORT EntityDataTraits {
+struct EntityDataTraits {
static void SwapValue(EntityData* dest, EntityData* src);
static bool HasValue(const EntityData& value);
static const EntityData& DefaultValue();
@@ -33,7 +32,7 @@ typedef std::map<std::string, EntityDataPtr> EntityDataMap;
// local data created on the ModelTypeService side or remote data created
// on ModelTypeWorker.
// EntityData is supposed to be wrapped and passed by reference.
-struct SYNC_EXPORT EntityData {
+struct EntityData {
public:
EntityData();
~EntityData();
« no previous file with comments | « components/sync/api/entity_change.h ('k') | components/sync/api/metadata_batch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698