| Index: ppapi/proxy/ppb_audio_proxy.h
|
| diff --git a/ppapi/proxy/ppb_audio_proxy.h b/ppapi/proxy/ppb_audio_proxy.h
|
| index b548e7237e5ba3d2ec6d031cb9c5a34d7fc4386c..feee8dcd6078aadeb4efd544d083758f0ac50115 100644
|
| --- a/ppapi/proxy/ppb_audio_proxy.h
|
| +++ b/ppapi/proxy/ppb_audio_proxy.h
|
| @@ -43,7 +43,7 @@ class PPB_Audio_Proxy : public InterfaceProxy {
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| - static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_AUDIO;
|
| + static const ApiID kApiID = API_ID_PPB_AUDIO;
|
|
|
| private:
|
| // Plugin->renderer message handlers.
|
|
|