| 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 8f97a536484c3dfda5f483c0318e6b13744f131f..235171597fcf5b6abd835e4c7a55c6047aac0caf 100644
|
| --- a/ppapi/proxy/ppb_url_response_info_proxy.h
|
| +++ b/ppapi/proxy/ppb_url_response_info_proxy.h
|
| @@ -38,7 +38,7 @@ class PPB_URLResponseInfo_Proxy : public InterfaceProxy {
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| - static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_URL_RESPONSE_INFO;
|
| + static const ApiID kApiID = API_ID_PPB_URL_RESPONSE_INFO;
|
|
|
| private:
|
| // Message handlers.
|
|
|