| Index: chrome/common/common_param_traits_macros.h
|
| diff --git a/chrome/common/common_param_traits_macros.h b/chrome/common/common_param_traits_macros.h
|
| index 8eb0ec12390afdd20e4a4d508dd6d98ced87c6ed..37ccd81099c95bba21830a222e25f7314e5357ea 100644
|
| --- a/chrome/common/common_param_traits_macros.h
|
| +++ b/chrome/common/common_param_traits_macros.h
|
| @@ -8,11 +8,9 @@
|
| #ifndef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
|
| #define CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
|
|
|
| -#include "components/content_settings/core/common/content_settings.h"
|
| #include "components/content_settings/core/common/content_settings_types.h"
|
| #include "ipc/ipc_message_macros.h"
|
|
|
| -IPC_ENUM_TRAITS_MAX_VALUE(ContentSetting, CONTENT_SETTING_NUM_SETTINGS - 1)
|
| IPC_ENUM_TRAITS_MAX_VALUE(ContentSettingsType,
|
| CONTENT_SETTINGS_NUM_TYPES_DO_NOT_USE - 1)
|
|
|
|
|