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

Unified Diff: components/sync/api/metadata_change_list.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/metadata_batch.h ('k') | components/sync/api/model_type_change_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/metadata_change_list.h
diff --git a/components/sync/api/metadata_change_list.h b/components/sync/api/metadata_change_list.h
index 13d329998b9e30ab8238ae1e6660fce26aa60df6..9e26f7b628427086e827d1a4cb4461faa283c491 100644
--- a/components/sync/api/metadata_change_list.h
+++ b/components/sync/api/metadata_change_list.h
@@ -7,8 +7,6 @@
#include <string>
-#include "components/sync/base/sync_export.h"
-
namespace sync_pb {
class DataTypeState;
class EntityMetadata;
@@ -24,7 +22,7 @@ namespace syncer_v2 {
// updated / deleted metadata records and provide a mechanism to enumerate
// them. If there are multiple UpdateMetadata / ClearMetadata calls made for the
// same metadata record the last one is supposed to win.
-class SYNC_EXPORT MetadataChangeList {
+class MetadataChangeList {
public:
MetadataChangeList() {}
virtual ~MetadataChangeList() {}
« no previous file with comments | « components/sync/api/metadata_batch.h ('k') | components/sync/api/model_type_change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698