| Index: ppapi/proxy/ppb_text_input_proxy.h
|
| diff --git a/ppapi/proxy/ppb_text_input_proxy.h b/ppapi/proxy/ppb_text_input_proxy.h
|
| index e234f337319395fdf67389a54dcfe4d220eae37c..d692ea3bcf26f11bdaf9d745843365d24c570b79 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.
|
|
|