Index: content/browser/renderer_host/pepper/pepper_network_proxy_host.cc |
=================================================================== |
--- content/browser/renderer_host/pepper/pepper_network_proxy_host.cc (revision 270145) |
+++ content/browser/renderer_host/pepper/pepper_network_proxy_host.cc (working copy) |
@@ -104,10 +104,10 @@ |
int32_t PepperNetworkProxyHost::OnResourceMessageReceived( |
const IPC::Message& msg, |
ppapi::host::HostMessageContext* context) { |
- IPC_BEGIN_MESSAGE_MAP(PepperNetworkProxyHost, msg) |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL(PpapiHostMsg_NetworkProxy_GetProxyForURL, |
- OnMsgGetProxyForURL) |
- IPC_END_MESSAGE_MAP() |
+ PPAPI_BEGIN_MESSAGE_MAP(PepperNetworkProxyHost, msg) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL(PpapiHostMsg_NetworkProxy_GetProxyForURL, |
+ OnMsgGetProxyForURL) |
+ PPAPI_END_MESSAGE_MAP() |
return PP_ERROR_FAILED; |
} |