Index: chrome/browser/sync/test/integration/enable_disable_test.cc |
diff --git a/chrome/browser/sync/test/integration/enable_disable_test.cc b/chrome/browser/sync/test/integration/enable_disable_test.cc |
index f186c55371e08c9abcf4a843c7b20983d9da4678..856e1cbd066090ea83d9cde673364cbc7753b170 100644 |
--- a/chrome/browser/sync/test/integration/enable_disable_test.cc |
+++ b/chrome/browser/sync/test/integration/enable_disable_test.cc |
@@ -92,9 +92,9 @@ IN_PROC_BROWSER_TEST_F(EnableDisableSingleClientTest, DisableOneAtATime) { |
for (syncer::ModelTypeSet::Iterator it = registered_types.First(); |
it.Good(); it.Inc()) { |
- // MANAGED_USERS and MANAGED_USER_SETTINGS are always synced. |
- if (it.Get() == syncer::MANAGED_USERS || |
- it.Get() == syncer::MANAGED_USER_SHARED_SETTINGS || |
+ // SUPERVISED_USERS and SUPERVISED_USER_SHARED_SETTINGS are always synced. |
+ if (it.Get() == syncer::SUPERVISED_USERS || |
+ it.Get() == syncer::SUPERVISED_USER_SHARED_SETTINGS || |
it.Get() == syncer::SYNCED_NOTIFICATIONS || |
it.Get() == syncer::SYNCED_NOTIFICATION_APP_INFO) |
continue; |