| Index: ppapi/proxy/ppb_char_set_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_char_set_proxy.cc b/ppapi/proxy/ppb_char_set_proxy.cc
|
| index 4701ded138550c226a2158c5afe649f297208a10..f23626f7248f9dbf98b60e863e675c3651e90de8 100644
|
| --- a/ppapi/proxy/ppb_char_set_proxy.cc
|
| +++ b/ppapi/proxy/ppb_char_set_proxy.cc
|
| @@ -14,7 +14,7 @@
|
| #include "ppapi/thunk/enter.h"
|
| #include "ppapi/thunk/thunk.h"
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| namespace {
|
| @@ -109,4 +109,4 @@ void PPB_CharSet_Proxy::OnMsgGetDefaultCharSet(
|
| }
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|