Index: ppapi/proxy/ppb_url_response_info_proxy.h |
diff --git a/ppapi/proxy/ppb_url_response_info_proxy.h b/ppapi/proxy/ppb_url_response_info_proxy.h |
index 9ef469ba13abe77a974e81bad283407dde260df7..9713256e1a814ce60fb0a218a4ea014230de7ca1 100644 |
--- a/ppapi/proxy/ppb_url_response_info_proxy.h |
+++ b/ppapi/proxy/ppb_url_response_info_proxy.h |
@@ -14,7 +14,7 @@ |
struct PPB_URLResponseInfo; |
-namespace pp { |
+namespace ppapi { |
namespace proxy { |
struct PPBFileRef_CreateInfo; |
@@ -51,6 +51,6 @@ class PPB_URLResponseInfo_Proxy : public InterfaceProxy { |
}; |
} // namespace proxy |
-} // namespace pp |
+} // namespace ppapi |
#endif // PPAPI_PROXY_PPB_URL_RESPONSE_INFO_PROXY_H_ |