Index: components/sync_driver/model_association_manager.cc |
diff --git a/components/sync_driver/model_association_manager.cc b/components/sync_driver/model_association_manager.cc |
index a66372f7f3aab1ba8c0987b752631f1addd4a88f..57a8a28a9ba37bca2b946a538b4813d5fe06363e 100644 |
--- a/components/sync_driver/model_association_manager.cc |
+++ b/components/sync_driver/model_association_manager.cc |
@@ -39,9 +39,9 @@ static const syncer::ModelType kStartOrder[] = { |
// UI thread data types. |
syncer::BOOKMARKS, |
- syncer::MANAGED_USERS, // Syncing managed users on initial login might |
- // block creating a new managed user, so we |
- // want to do it early. |
+ syncer::SUPERVISED_USERS, // Syncing supervised users on initial login |
+ // might block creating a new supervised user, |
+ // so we want to do it early. |
syncer::PREFERENCES, |
syncer::PRIORITY_PREFERENCES, |
syncer::EXTENSIONS, |
@@ -54,8 +54,8 @@ static const syncer::ModelType kStartOrder[] = { |
syncer::DICTIONARY, |
syncer::FAVICON_IMAGES, |
syncer::FAVICON_TRACKING, |
- syncer::MANAGED_USER_SETTINGS, |
- syncer::MANAGED_USER_SHARED_SETTINGS, |
+ syncer::SUPERVISED_USER_SETTINGS, |
+ syncer::SUPERVISED_USER_SHARED_SETTINGS, |
syncer::ARTICLES, |
}; |