summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_memory_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/ppb_memory_proxy.h')
-rw-r--r--ppapi/proxy/ppb_memory_proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/ppb_memory_proxy.h b/ppapi/proxy/ppb_memory_proxy.h
index 503dd70..6666ede 100644
--- a/ppapi/proxy/ppb_memory_proxy.h
+++ b/ppapi/proxy/ppb_memory_proxy.h
@@ -9,7 +9,7 @@
struct PPB_Memory_Dev;
-namespace pp {
+namespace ppapi {
namespace proxy {
class PPB_Memory_Proxy : public InterfaceProxy {
@@ -31,6 +31,6 @@ class PPB_Memory_Proxy : public InterfaceProxy {
};
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PPB_MEMORY_PROXY_H_