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

Unified Diff: components/sync/api/data_batch.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/conflict_resolution.h ('k') | components/sync/api/entity_change.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/data_batch.h
diff --git a/components/sync/api/data_batch.h b/components/sync/api/data_batch.h
index 476f882f220fb7176d39edd9670a94a04f2c4c48..6c09a4456681e19b439c04c9d6e358584d1dc42b 100644
--- a/components/sync/api/data_batch.h
+++ b/components/sync/api/data_batch.h
@@ -11,14 +11,13 @@
#include <utility>
#include "components/sync/api/entity_data.h"
-#include "components/sync/base/sync_export.h"
namespace syncer_v2 {
typedef std::pair<std::string, std::unique_ptr<EntityData>> TagAndData;
// Interface used by the processor to read data requested from the service.
-class SYNC_EXPORT DataBatch {
+class DataBatch {
public:
DataBatch() {}
virtual ~DataBatch() {}
« no previous file with comments | « components/sync/api/conflict_resolution.h ('k') | components/sync/api/entity_change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698