summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_testing_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/ppb_testing_proxy.h')
-rw-r--r--ppapi/proxy/ppb_testing_proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/ppb_testing_proxy.h b/ppapi/proxy/ppb_testing_proxy.h
index d105769..c07f6a9 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_