| Index: ppapi/proxy/ppb_buffer_proxy.h
|
| diff --git a/ppapi/proxy/ppb_buffer_proxy.h b/ppapi/proxy/ppb_buffer_proxy.h
|
| index 4105dccfbfb0bbbd40d4f07328b0d904f2751c2b..9b39c2cf5113be9ea9b747e1b16e9987d46278f7 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.
|
|
|