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

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

Issue 2458013002: [Sync] Rename ModelTypeService to ModelTypeSyncBridge. (Closed)
Patch Set: s/SetBridgeError/ErrorOnNextCall Created 4 years, 2 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/model_type_change_processor.h ('k') | components/sync/model/model_type_debug_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model/model_type_change_processor.cc
diff --git a/components/sync/model/model_type_change_processor.cc b/components/sync/model/model_type_change_processor.cc
index 3eb978aaa255a8cf8c9fbf582b109f45064208cd..f7cb0c46e15fe92f8bf902290844c89d05838aec 100644
--- a/components/sync/model/model_type_change_processor.cc
+++ b/components/sync/model/model_type_change_processor.cc
@@ -12,8 +12,8 @@ namespace syncer {
// static
std::unique_ptr<ModelTypeChangeProcessor> ModelTypeChangeProcessor::Create(
ModelType type,
- ModelTypeService* service) {
- return base::MakeUnique<SharedModelTypeProcessor>(type, service);
+ ModelTypeSyncBridge* bridge) {
+ return base::MakeUnique<SharedModelTypeProcessor>(type, bridge);
}
ModelTypeChangeProcessor::ModelTypeChangeProcessor() {}
« no previous file with comments | « components/sync/model/model_type_change_processor.h ('k') | components/sync/model/model_type_debug_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698