| Index: content/common/appcache_messages.h
|
| diff --git a/content/common/appcache_messages.h b/content/common/appcache_messages.h
|
| index 185caf4658069330643ac2fd33e63ef19c366764..df6de50e3de6354973ab061e71999b47b11ec6c4 100644
|
| --- a/content/common/appcache_messages.h
|
| +++ b/content/common/appcache_messages.h
|
| @@ -9,8 +9,8 @@
|
|
|
| #define IPC_MESSAGE_START AppCacheMsgStart
|
|
|
| -IPC_ENUM_TRAITS(appcache::EventID)
|
| -IPC_ENUM_TRAITS(appcache::Status)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(appcache::EventID, appcache::EVENT_ID_LAST)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(appcache::Status, appcache::STATUS_LAST)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(appcache::AppCacheInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(manifest_url)
|
|
|