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

Unified Diff: components/sync/model/entity_data.h

Issue 2923363004: [Sync] Migrate bridge implementations to change list based MergeSyncData (Closed)
Patch Set: Created 3 years, 6 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/model/entity_change.h ('k') | components/sync/model/fake_model_type_sync_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model/entity_data.h
diff --git a/components/sync/model/entity_data.h b/components/sync/model/entity_data.h
index 25c2bbe426e81d3ab57c54a46074a215fb37e7cd..0e9fbb0971bea143c8d730716e10a99d2aa2a4a9 100644
--- a/components/sync/model/entity_data.h
+++ b/components/sync/model/entity_data.h
@@ -28,7 +28,6 @@ struct EntityDataTraits {
using EntityDataPtr = ProtoValuePtr<EntityData, EntityDataTraits>;
using EntityDataList = std::vector<EntityDataPtr>;
-using EntityDataMap = std::map<std::string, EntityDataPtr>;
// A light-weight container for sync entity data which represents either
// local data created on the ModelTypeSyncBridge side or remote data created
« no previous file with comments | « components/sync/model/entity_change.h ('k') | components/sync/model/fake_model_type_sync_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698