| Index: ppapi/proxy/ppb_core_proxy.h
|
| diff --git a/ppapi/proxy/ppb_core_proxy.h b/ppapi/proxy/ppb_core_proxy.h
|
| index 950e5e822adfa868eb810dbec2f52cd8111b38f2..3e1cfae26037964bdd9a57b71d2ffd05935020d1 100644
|
| --- a/ppapi/proxy/ppb_core_proxy.h
|
| +++ b/ppapi/proxy/ppb_core_proxy.h
|
| @@ -27,7 +27,7 @@ class PPB_Core_Proxy : public InterfaceProxy {
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| - static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_CORE;
|
| + static const ApiID kApiID = API_ID_PPB_CORE;
|
|
|
| private:
|
| // Message handlers.
|
|
|