| Index: ppapi/proxy/ppp_video_decoder_proxy.h
|
| diff --git a/ppapi/proxy/ppp_video_decoder_proxy.h b/ppapi/proxy/ppp_video_decoder_proxy.h
|
| index 9e3eab684811944039f41acfdba1438ddfb2b798..84346ba2b849a2392a880321b73b5b65e3d38065 100644
|
| --- a/ppapi/proxy/ppp_video_decoder_proxy.h
|
| +++ b/ppapi/proxy/ppp_video_decoder_proxy.h
|
| @@ -13,7 +13,7 @@
|
| struct PP_Picture_Dev;
|
| struct PP_Size;
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| class PPP_VideoDecoder_Proxy : public InterfaceProxy {
|
| @@ -47,6 +47,6 @@ class PPP_VideoDecoder_Proxy : public InterfaceProxy {
|
| };
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|
| #endif // PPAPI_PROXY_PPP_VIDEO_DECODER_PROXY_H_
|
|
|