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 c3e31703ebf6da00c2cecaae361fc904292d399a..52732b0485378c4add33f3ff8e9ab6cc66551ced 100644 |
--- a/content/common/content_param_traits_macros.h |
+++ b/content/common/content_param_traits_macros.h |
@@ -19,8 +19,8 @@ |
#undef IPC_MESSAGE_EXPORT |
#define IPC_MESSAGE_EXPORT CONTENT_EXPORT |
-IPC_ENUM_TRAITS_MAX_VALUE(content::ResourceType::Type, |
- content::ResourceType::LAST_TYPE - 1) |
+IPC_ENUM_TRAITS_MAX_VALUE(content::ResourceType, |
+ content::RESOURCE_TYPE_LAST_TYPE - 1) |
IPC_ENUM_TRAITS_MAX_VALUE(blink::WebContentSecurityPolicyType, |
blink::WebContentSecurityPolicyTypeLast) |
IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebInputEvent::Type, |