| Index: ppapi/proxy/ppp_video_decoder_proxy.cc
|
| diff --git a/ppapi/proxy/ppp_video_decoder_proxy.cc b/ppapi/proxy/ppp_video_decoder_proxy.cc
|
| index cae7c2350fa820f775b24eb5e76633af88de486c..d4eaed1ba0cdc4469d8091be770d6e8861bd2fe0 100644
|
| --- a/ppapi/proxy/ppp_video_decoder_proxy.cc
|
| +++ b/ppapi/proxy/ppp_video_decoder_proxy.cc
|
| @@ -11,7 +11,8 @@
|
| #include "ppapi/thunk/ppb_video_decoder_api.h"
|
| #include "ppapi/thunk/thunk.h"
|
|
|
| -using ::ppapi::thunk::PPB_VideoDecoder_API;
|
| +using ppapi::HostResource;
|
| +using ppapi::thunk::PPB_VideoDecoder_API;
|
|
|
| namespace pp {
|
| namespace proxy {
|
|
|