Index: chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
index 22fae815b06e5fbdf35b04d25b610148fbb1832c..0f99fe75e51a74a92dafd50831b22c47d6be5080 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
@@ -70,8 +70,8 @@ class ProfileSyncComponentsFactoryImplTest : public testing::Test { |
channel == chrome::VersionInfo::CHANNEL_CANARY) { |
datatypes.push_back(syncer::SYNCED_NOTIFICATION_APP_INFO); |
} |
- datatypes.push_back(syncer::MANAGED_USERS); |
- datatypes.push_back(syncer::MANAGED_USER_SHARED_SETTINGS); |
+ datatypes.push_back(syncer::SUPERVISED_USERS); |
+ datatypes.push_back(syncer::SUPERVISED_USER_SHARED_SETTINGS); |
return datatypes; |
} |