| Index: ppapi/proxy/ppp_messaging_proxy.cc
|
| diff --git a/ppapi/proxy/ppp_messaging_proxy.cc b/ppapi/proxy/ppp_messaging_proxy.cc
|
| index 60cd8c4ef526632eaee4f56090d1913b89823154..7a45fd30a3a147fddf7f3cb646fa6b5f32357443 100644
|
| --- a/ppapi/proxy/ppp_messaging_proxy.cc
|
| +++ b/ppapi/proxy/ppp_messaging_proxy.cc
|
| @@ -30,7 +30,7 @@ void HandleMessage(PP_Instance instance, PP_Var message_data) {
|
| }
|
|
|
| dispatcher->Send(new PpapiMsg_PPPMessaging_HandleMessage(
|
| - INTERFACE_ID_PPP_MESSAGING,
|
| + API_ID_PPP_MESSAGING,
|
| instance,
|
| SerializedVarSendInput(dispatcher, message_data)));
|
| }
|
| @@ -62,7 +62,7 @@ const InterfaceProxy::Info* PPP_Messaging_Proxy::GetInfo() {
|
| static const Info info = {
|
| &messaging_interface,
|
| PPP_MESSAGING_INTERFACE,
|
| - INTERFACE_ID_PPP_MESSAGING,
|
| + API_ID_PPP_MESSAGING,
|
| false,
|
| &CreateMessagingProxy,
|
| };
|
|
|