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

Unified Diff: components/sync/api/metadata_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/entity_data.h ('k') | components/sync/api/metadata_change_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/metadata_batch.h
diff --git a/components/sync/api/metadata_batch.h b/components/sync/api/metadata_batch.h
index 79da85bfebe6cdb4cbf39d4169a42820da44e987..4233e522436e2c50779bee064dd82a65cf9313f4 100644
--- a/components/sync/api/metadata_batch.h
+++ b/components/sync/api/metadata_batch.h
@@ -8,7 +8,6 @@
#include <map>
#include <string>
-#include "components/sync/base/sync_export.h"
#include "components/sync/protocol/data_type_state.pb.h"
#include "components/sync/protocol/entity_metadata.pb.h"
@@ -18,7 +17,7 @@ namespace syncer_v2 {
typedef std::map<std::string, sync_pb::EntityMetadata> EntityMetadataMap;
// Container used to pass sync metadata from services to their processor.
-class SYNC_EXPORT MetadataBatch {
+class MetadataBatch {
public:
MetadataBatch();
virtual ~MetadataBatch();
« no previous file with comments | « components/sync/api/entity_data.h ('k') | components/sync/api/metadata_change_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698