| Index: ppapi/proxy/ppb_testing_proxy.h
|
| diff --git a/ppapi/proxy/ppb_testing_proxy.h b/ppapi/proxy/ppb_testing_proxy.h
|
| index d1057697e898868a167d34148ac9cebfe694a1df..c07f6a9495f9570214e2de50440958c131f42db3 100644
|
| --- a/ppapi/proxy/ppb_testing_proxy.h
|
| +++ b/ppapi/proxy/ppb_testing_proxy.h
|
| @@ -14,7 +14,7 @@
|
| struct PP_Point;
|
| struct PPB_Testing_Dev;
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| class PPB_Testing_Proxy : public InterfaceProxy {
|
| @@ -45,6 +45,6 @@ class PPB_Testing_Proxy : public InterfaceProxy {
|
| };
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|
| #endif // PPAPI_PROXY_PPB_TESTING_PROXY_H_
|
|
|