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

Unified Diff: components/sync/core/data_batch_impl.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/change_record.h ('k') | components/sync/core/data_type_association_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/data_batch_impl.h
diff --git a/components/sync/core/data_batch_impl.h b/components/sync/core/data_batch_impl.h
index ad1f73ddd24daa72568f4aaecb80e80c09b74f05..9f582db723a4060e36cbcd1b11f1e1db2e361780 100644
--- a/components/sync/core/data_batch_impl.h
+++ b/components/sync/core/data_batch_impl.h
@@ -23,7 +23,7 @@ namespace syncer_v2 {
// them until Next() is invoked, when it gives up ownerhsip. Because a vector
// is used internally, this impl is unaware when duplcate client_tags are used,
// and it is the caller's job to avoid this.
-class SYNC_EXPORT DataBatchImpl : public DataBatch {
+class DataBatchImpl : public DataBatch {
public:
DataBatchImpl();
~DataBatchImpl() override;
« no previous file with comments | « components/sync/core/change_record.h ('k') | components/sync/core/data_type_association_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698