| 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.
|
|
|