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

Unified Diff: components/sync/engine_impl/model_type_registry.cc

Issue 2394573002: [Sync] Rename DataTypeState to ModelTypeState. (Closed)
Patch Set: Rebase. 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
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.
« no previous file with comments | « components/sync/engine_impl/model_type_registry.h ('k') | components/sync/engine_impl/model_type_registry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698