| Index: components/content_settings/core/common/content_settings_types.h
|
| diff --git a/components/content_settings/core/common/content_settings_types.h b/components/content_settings/core/common/content_settings_types.h
|
| index 83acdaecbfbb721b36022072832276094f9d8b22..272ca9ac397cdfb3415473db31790278c835bc0a 100644
|
| --- a/components/content_settings/core/common/content_settings_types.h
|
| +++ b/components/content_settings/core/common/content_settings_types.h
|
| @@ -71,8 +71,7 @@ enum ContentSettingsType {
|
| // specific origin.
|
| CONTENT_SETTINGS_TYPE_MEDIA_ENGAGEMENT,
|
|
|
| - // WARNING: This enum is going to be removed soon. Do not depend on NUM_TYPES.
|
| - CONTENT_SETTINGS_NUM_TYPES_DO_NOT_USE,
|
| + CONTENT_SETTINGS_NUM_TYPES,
|
| };
|
|
|
| struct ContentSettingsTypeHash {
|
|
|