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

Unified Diff: components/sync/model/stub_model_type_sync_bridge.cc

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
Index: components/sync/model/stub_model_type_sync_bridge.cc
diff --git a/components/sync/model/stub_model_type_sync_bridge.cc b/components/sync/model/stub_model_type_sync_bridge.cc
index c5bbfe021e58b15bf967da5383e437d06c2b6541..5640e6d6abe3e8c9be43157732dfec9a9e410fd0 100644
--- a/components/sync/model/stub_model_type_sync_bridge.cc
+++ b/components/sync/model/stub_model_type_sync_bridge.cc
@@ -27,7 +27,7 @@ StubModelTypeSyncBridge::CreateMetadataChangeList() {
base::Optional<ModelError> StubModelTypeSyncBridge::MergeSyncData(
std::unique_ptr<MetadataChangeList> metadata_change_list,
- EntityDataMap entity_data_map) {
+ EntityChangeList entity_data) {
return {};
}
« no previous file with comments | « components/sync/model/stub_model_type_sync_bridge.h ('k') | components/sync/user_events/user_event_sync_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698