diff options
Diffstat (limited to 'ppapi/proxy/ppb_text_input_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_text_input_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_text_input_proxy.h b/ppapi/proxy/ppb_text_input_proxy.h index e234f33..d692ea3 100644 --- a/ppapi/proxy/ppb_text_input_proxy.h +++ b/ppapi/proxy/ppb_text_input_proxy.h @@ -37,7 +37,7 @@ class PPB_TextInput_Proxy // InterfaceProxy implementation. virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; - static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_TEXT_INPUT; + static const ApiID kApiID = API_ID_PPB_TEXT_INPUT; private: // Message handlers. |