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

Unified Diff: components/history/core/browser/typed_url_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/history/core/browser/typed_url_sync_bridge.cc
diff --git a/components/history/core/browser/typed_url_sync_bridge.cc b/components/history/core/browser/typed_url_sync_bridge.cc
index 48edb4e6f63df5bfa7dc2377d31d3e10be497f39..8e9de8a8428cb64e896e84321bcc702c21dba47b 100644
--- a/components/history/core/browser/typed_url_sync_bridge.cc
+++ b/components/history/core/browser/typed_url_sync_bridge.cc
@@ -81,7 +81,7 @@ TypedURLSyncBridge::CreateMetadataChangeList() {
base::Optional<syncer::ModelError> TypedURLSyncBridge::MergeSyncData(
std::unique_ptr<syncer::MetadataChangeList> metadata_change_list,
- syncer::EntityDataMap entity_data_map) {
+ syncer::EntityChangeList entity_data) {
DCHECK(sequence_checker_.CalledOnValidSequence());
NOTIMPLEMENTED();
return {};
« no previous file with comments | « components/history/core/browser/typed_url_sync_bridge.h ('k') | components/reading_list/core/reading_list_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698