| Index: ppapi/proxy/ppp_graphics_3d_proxy.cc
|
| diff --git a/ppapi/proxy/ppp_graphics_3d_proxy.cc b/ppapi/proxy/ppp_graphics_3d_proxy.cc
|
| index ef31e92b6d53285f84cc3daefedb9bd57ea7cb86..2ca02312896644ca69ef69163d0d16826b6d141c 100644
|
| --- a/ppapi/proxy/ppp_graphics_3d_proxy.cc
|
| +++ b/ppapi/proxy/ppp_graphics_3d_proxy.cc
|
| @@ -9,7 +9,7 @@
|
| #include "ppapi/proxy/plugin_dispatcher.h"
|
| #include "ppapi/proxy/ppapi_messages.h"
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| namespace {
|
| @@ -67,4 +67,4 @@ void PPP_Graphics3D_Proxy::OnMsgContextLost(PP_Instance instance) {
|
| }
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|