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

Unified Diff: components/sync/driver/model_type_controller.h

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/driver/fake_sync_client.cc ('k') | components/sync/driver/model_type_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/model_type_controller.h
diff --git a/components/sync/driver/model_type_controller.h b/components/sync/driver/model_type_controller.h
index a98e42bfaee7a83c19f87a4010980f19d58be3fe..6c830980df615b6728a31c530b884a53f23ee291 100644
--- a/components/sync/driver/model_type_controller.h
+++ b/components/sync/driver/model_type_controller.h
@@ -67,7 +67,7 @@ class ModelTypeController : public DataTypeController {
SyncError error,
std::unique_ptr<ActivationContext> activation_context);
- // The sync client, which provides access to this type's ModelTypeService.
+ // The sync client, which provides access to this type's ModelTypeSyncBridge.
SyncClient* const sync_client_;
// The thread the model type lives on.
« no previous file with comments | « components/sync/driver/fake_sync_client.cc ('k') | components/sync/driver/model_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698