Index: ppapi/proxy/device_enumeration_resource_helper.cc |
=================================================================== |
--- ppapi/proxy/device_enumeration_resource_helper.cc (revision 270145) |
+++ ppapi/proxy/device_enumeration_resource_helper.cc (working copy) |
@@ -93,12 +93,12 @@ |
bool DeviceEnumerationResourceHelper::HandleReply( |
const ResourceMessageReplyParams& params, |
const IPC::Message& msg) { |
- IPC_BEGIN_MESSAGE_MAP(DeviceEnumerationResourceHelper, msg) |
+ PPAPI_BEGIN_MESSAGE_MAP(DeviceEnumerationResourceHelper, msg) |
PPAPI_DISPATCH_PLUGIN_RESOURCE_CALL( |
PpapiPluginMsg_DeviceEnumeration_NotifyDeviceChange, |
OnPluginMsgNotifyDeviceChange) |
PPAPI_DISPATCH_PLUGIN_RESOURCE_CALL_UNHANDLED(return false) |
- IPC_END_MESSAGE_MAP() |
+ PPAPI_END_MESSAGE_MAP() |
return true; |
} |