| Index: content/common/content_param_traits_macros.h
|
| diff --git a/content/common/content_param_traits_macros.h b/content/common/content_param_traits_macros.h
|
| index 762436de7181c15bddfeeb78be3a6d27d700daa6..2f59784668687520a1768337d0285f1e18aa8cab 100644
|
| --- a/content/common/content_param_traits_macros.h
|
| +++ b/content/common/content_param_traits_macros.h
|
| @@ -17,7 +17,6 @@
|
| #include "third_party/WebKit/public/platform/WebPageVisibilityState.h"
|
| #include "third_party/WebKit/public/web/WebCompositionUnderline.h"
|
| #include "third_party/WebKit/public/web/WebContentSecurityPolicy.h"
|
| -#include "third_party/WebKit/public/web/WebInputEvent.h"
|
| #include "third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h"
|
|
|
| #undef IPC_MESSAGE_EXPORT
|
| @@ -35,9 +34,6 @@ IPC_ENUM_TRAITS_MAX_VALUE(blink::WebContentSecurityPolicyType,
|
| blink::WebContentSecurityPolicyTypeLast)
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebSharedWorkerCreationContextType,
|
| blink::WebSharedWorkerCreationContextTypeLast)
|
| -IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebInputEvent::Type,
|
| - blink::WebInputEvent::TypeFirst,
|
| - blink::WebInputEvent::TypeLast)
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebPageVisibilityState,
|
| blink::WebPageVisibilityStateLast)
|
|
|
|
|