| Index: ppapi/proxy/ppb_url_request_info_proxy.h
|
| diff --git a/ppapi/proxy/ppb_url_request_info_proxy.h b/ppapi/proxy/ppb_url_request_info_proxy.h
|
| index b1df51d87c2b40b066e7338e90cfe9de6c6b9ba3..e17ddb2df0b8c0d544f405a309ee8f629237ec18 100644
|
| --- a/ppapi/proxy/ppb_url_request_info_proxy.h
|
| +++ b/ppapi/proxy/ppb_url_request_info_proxy.h
|
| @@ -13,7 +13,7 @@
|
|
|
| struct PPB_URLRequestInfo;
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| class SerializedVarReceiveInput;
|
| @@ -49,6 +49,6 @@ class PPB_URLRequestInfo_Proxy : public InterfaceProxy {
|
| };
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|
| #endif // PPAPI_PROXY_PPB_URL_REQUEST_INFO_PROXY_H_
|
|
|