| Index: ppapi/proxy/ppp_messaging_proxy.h
|
| diff --git a/ppapi/proxy/ppp_messaging_proxy.h b/ppapi/proxy/ppp_messaging_proxy.h
|
| index a8b396a1b5a422d8bd556181a42c9f75f6895e6d..2deb40f60e52fd0d843248199e1487d42a055d38 100644
|
| --- a/ppapi/proxy/ppp_messaging_proxy.h
|
| +++ b/ppapi/proxy/ppp_messaging_proxy.h
|
| @@ -10,7 +10,7 @@
|
|
|
| struct PPP_Messaging;
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| class SerializedVarReceiveInput;
|
| @@ -36,6 +36,6 @@ class PPP_Messaging_Proxy : public InterfaceProxy {
|
| };
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|
| #endif // PPAPI_PROXY_PPP_MESSAGING_PROXY_H_
|
|
|