diff options
Diffstat (limited to 'ppapi/proxy/ppb_buffer_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_buffer_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_buffer_proxy.h b/ppapi/proxy/ppb_buffer_proxy.h index 4105dcc..9b39c2c 100644 --- a/ppapi/proxy/ppb_buffer_proxy.h +++ b/ppapi/proxy/ppb_buffer_proxy.h @@ -58,7 +58,7 @@ class PPB_Buffer_Proxy : public InterfaceProxy { // InterfaceProxy implementation. virtual bool OnMessageReceived(const IPC::Message& msg); - static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_BUFFER; + static const ApiID kApiID = API_ID_PPB_BUFFER; private: // Message handlers. |