Index: ppapi/proxy/ppb_url_loader_proxy.h |
diff --git a/ppapi/proxy/ppb_url_loader_proxy.h b/ppapi/proxy/ppb_url_loader_proxy.h |
index defae9ba6552b873df1a6e6328e96d9baebc35dd..855a965b02a311ce21065e2e8e4a54dd87d6f4c5 100644 |
--- a/ppapi/proxy/ppb_url_loader_proxy.h |
+++ b/ppapi/proxy/ppb_url_loader_proxy.h |
@@ -52,7 +52,7 @@ class PPB_URLLoader_Proxy : public InterfaceProxy { |
// time you're sending a new URLLoader that the plugin hasn't seen yet. |
void PrepareURLLoaderForSendingToPlugin(PP_Resource resource); |
- static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_URL_LOADER; |
+ static const ApiID kApiID = API_ID_PPB_URL_LOADER; |
private: |
// Data associated with callbacks for ReadResponseBody. |