Index: components/sync/engine_impl/model_type_registry.cc |
diff --git a/components/sync/engine_impl/model_type_registry.cc b/components/sync/engine_impl/model_type_registry.cc |
index 3e986ecf098ba64ec6529d9ad63ceb6ade18da92..3eca73c73360fc9536e92f60ae0f3161fcbd9e06 100644 |
--- a/components/sync/engine_impl/model_type_registry.cc |
+++ b/components/sync/engine_impl/model_type_registry.cc |
@@ -149,7 +149,7 @@ void ModelTypeRegistry::ConnectType( |
cryptographer_copy.reset(new Cryptographer(*cryptographer_)); |
std::unique_ptr<ModelTypeWorker> worker(new ModelTypeWorker( |
- type, activation_context->data_type_state, std::move(cryptographer_copy), |
+ type, activation_context->model_type_state, std::move(cryptographer_copy), |
nudge_handler_, std::move(activation_context->type_processor))); |
// Initialize Processor -> Worker communication channel. |