Index: ppapi/proxy/ppb_url_util_proxy.h |
diff --git a/ppapi/proxy/ppb_url_util_proxy.h b/ppapi/proxy/ppb_url_util_proxy.h |
index 548d2ef03d483da9d2aed3dd9fcaaafefaf114e0..2c6cb402f5526a4acfa020da5dec39023d78da4a 100644 |
--- a/ppapi/proxy/ppb_url_util_proxy.h |
+++ b/ppapi/proxy/ppb_url_util_proxy.h |
@@ -11,7 +11,7 @@ |
struct PPB_URLUtil_Dev; |
-namespace pp { |
+namespace ppapi { |
namespace proxy { |
class PPB_URLUtil_Proxy : public InterfaceProxy { |
@@ -48,7 +48,7 @@ class PPB_URLUtil_Proxy : public InterfaceProxy { |
}; |
} // namespace proxy |
-} // namespace pp |
+} // namespace ppapi |
#endif // PPAPI_PROXY_PPB_URL_UTIL_PROXY_H_ |