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

Unified Diff: components/sync/core/simple_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/core/shutdown_reason.h ('k') | components/sync/core/sync_encryption_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/simple_metadata_change_list.h
diff --git a/components/sync/core/simple_metadata_change_list.h b/components/sync/core/simple_metadata_change_list.h
index 8a130c20db11dc5e5f3b200533e7adf233d46179..f04562af0445c26ae8a81f6e5cde3023d99081fa 100644
--- a/components/sync/core/simple_metadata_change_list.h
+++ b/components/sync/core/simple_metadata_change_list.h
@@ -10,7 +10,6 @@
#include "components/sync/api/metadata_change_list.h"
#include "components/sync/api/model_type_store.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/core/non_blocking_sync_common.h"
#include "components/sync/protocol/data_type_state.pb.h"
#include "components/sync/protocol/entity_metadata.pb.h"
@@ -20,7 +19,7 @@ namespace syncer_v2 {
// A MetadataChangeList implementation that is meant to be used in combination
// with a ModelTypeStore. It accumulates changes in member fields, and then when
// requested transfers them to the store/write batch.
-class SYNC_EXPORT SimpleMetadataChangeList : public MetadataChangeList {
+class SimpleMetadataChangeList : public MetadataChangeList {
public:
enum ChangeType { UPDATE, CLEAR };
« no previous file with comments | « components/sync/core/shutdown_reason.h ('k') | components/sync/core/sync_encryption_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698