summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/interface_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/interface_id.h')
-rw-r--r--ppapi/proxy/interface_id.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/interface_id.h b/ppapi/proxy/interface_id.h
index 7cfe468..c909806 100644
--- a/ppapi/proxy/interface_id.h
+++ b/ppapi/proxy/interface_id.h
@@ -5,7 +5,7 @@
#ifndef PPAPI_PROXY_INTERFACE_ID_H_
#define PPAPI_PROXY_INTERFACE_ID_H_
-namespace pp {
+namespace ppapi {
namespace proxy {
// These numbers must be all small integers. They are used in a lookup table
@@ -70,6 +70,6 @@ enum InterfaceID {
};
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PROXY_INTERFACE_ID_H_