| Index: ppapi/proxy/ppb_video_decoder_proxy.h
|
| diff --git a/ppapi/proxy/ppb_video_decoder_proxy.h b/ppapi/proxy/ppb_video_decoder_proxy.h
|
| index 32d1ec67d48705f10fbde8cc4441a91230b4d2e8..edebb0e4c4bfe92f73e2d0d9e5344e6eb310d04b 100644
|
| --- a/ppapi/proxy/ppb_video_decoder_proxy.h
|
| +++ b/ppapi/proxy/ppb_video_decoder_proxy.h
|
| @@ -29,7 +29,7 @@ class PPB_VideoDecoder_Proxy : public InterfaceProxy {
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| - static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_VIDEO_DECODER_DEV;
|
| + static const ApiID kApiID = API_ID_PPB_VIDEO_DECODER_DEV;
|
|
|
| private:
|
| // Message handlers in the renderer process to receive messages from the
|
|
|