diff options
Diffstat (limited to 'ppapi/proxy/ppb_file_ref_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_file_ref_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_file_ref_proxy.h b/ppapi/proxy/ppb_file_ref_proxy.h index 6133c1a..de83e1c 100644 --- a/ppapi/proxy/ppb_file_ref_proxy.h +++ b/ppapi/proxy/ppb_file_ref_proxy.h @@ -55,7 +55,7 @@ class PPB_FileRef_Proxy : public InterfaceProxy { static PP_Resource DeserializeFileRef( const PPB_FileRef_CreateInfo& serialized); - static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_FILE_REF; + static const ApiID kApiID = API_ID_PPB_FILE_REF; private: // Message handlers. |