| Index: ppapi/proxy/ppb_opengles2_proxy.h
|
| diff --git a/ppapi/proxy/ppb_opengles2_proxy.h b/ppapi/proxy/ppb_opengles2_proxy.h
|
| index 9388f4c8e9af19c8f94ed4bd684af2519b3b99c9..c424ae8e4aa317a07223874331d232ebb2235562 100644
|
| --- a/ppapi/proxy/ppb_opengles2_proxy.h
|
| +++ b/ppapi/proxy/ppb_opengles2_proxy.h
|
| @@ -9,7 +9,7 @@
|
|
|
| struct PPB_OpenGLES2_Dev;
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| class PPB_OpenGLES2_Proxy : public InterfaceProxy {
|
| @@ -28,6 +28,6 @@ class PPB_OpenGLES2_Proxy : public InterfaceProxy {
|
| };
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|
| #endif // PPAPI_PPB_OPENGLES2_PROXY_H_
|
|
|