diff options
Diffstat (limited to 'ppapi/proxy/ppp_graphics_3d_proxy.h')
-rw-r--r-- | ppapi/proxy/ppp_graphics_3d_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/ppp_graphics_3d_proxy.h b/ppapi/proxy/ppp_graphics_3d_proxy.h index 4f1af56..8d9fac3 100644 --- a/ppapi/proxy/ppp_graphics_3d_proxy.h +++ b/ppapi/proxy/ppp_graphics_3d_proxy.h @@ -11,7 +11,7 @@ struct PPP_Graphics3D_Dev; -namespace pp { +namespace ppapi { namespace proxy { class PPP_Graphics3D_Proxy : public InterfaceProxy { @@ -34,6 +34,6 @@ class PPP_Graphics3D_Proxy : public InterfaceProxy { }; } // namespace proxy -} // namespace pp +} // namespace ppapi #endif // PPAPI_PROXY_PPP_GRAPHICS_3D_PROXY_H_ |