| Index: ppapi/proxy/dispatch_reply_message.h
|
| diff --git a/ppapi/proxy/dispatch_reply_message.h b/ppapi/proxy/dispatch_reply_message.h
|
| index 56a450891b71093831dac19d2b3b21ce5cf7553f..bb4b7d7d9310e10c60bb36a9d6eae45dc26ed772 100644
|
| --- a/ppapi/proxy/dispatch_reply_message.h
|
| +++ b/ppapi/proxy/dispatch_reply_message.h
|
| @@ -134,7 +134,7 @@ void DispatchResourceReplyOrDefaultParams(
|
| // unused variables or other errors if they're used with these macros.
|
| #define PPAPI_BEGIN_MESSAGE_MAP(class_name, msg) \
|
| { \
|
| - typedef class_name _IpcMessageHandlerClass ALLOW_UNUSED; \
|
| + typedef class_name _IpcMessageHandlerClass ALLOW_UNUSED_TYPE; \
|
| const IPC::Message& ipc_message__ = msg; \
|
| switch (ipc_message__.type()) { \
|
|
|
|
|