| Index: sync/util/data_type_histogram.h
|
| diff --git a/sync/util/data_type_histogram.h b/sync/util/data_type_histogram.h
|
| index e2ab49fe849d7a17b4d227655226f5de602281e8..b5e0eda62b1563e29b45d3a5961c76323bb2f4ed 100644
|
| --- a/sync/util/data_type_histogram.h
|
| +++ b/sync/util/data_type_histogram.h
|
| @@ -111,13 +111,13 @@
|
| case ::syncer::FAVICON_TRACKING: \
|
| PER_DATA_TYPE_MACRO("FaviconTracking"); \
|
| break; \
|
| - case ::syncer::MANAGED_USER_SETTINGS: \
|
| + case ::syncer::SUPERVISED_USER_SETTINGS: \
|
| PER_DATA_TYPE_MACRO("ManagedUserSetting"); \
|
| break; \
|
| - case ::syncer::MANAGED_USERS: \
|
| + case ::syncer::SUPERVISED_USERS: \
|
| PER_DATA_TYPE_MACRO("ManagedUser"); \
|
| break; \
|
| - case ::syncer::MANAGED_USER_SHARED_SETTINGS: \
|
| + case ::syncer::SUPERVISED_USER_SHARED_SETTINGS: \
|
| PER_DATA_TYPE_MACRO("ManagedUserSharedSetting"); \
|
| break; \
|
| case ::syncer::ARTICLES: \
|
|
|