Index: ppapi/thunk/ppb_text_input_api.h |
diff --git a/ppapi/thunk/ppb_text_input_api.h b/ppapi/thunk/ppb_text_input_api.h |
index 9d91833d4b5e1b898196adaa55ad5c66680165c8..d826b20ca18d246977607fe5925c527d7f7b359b 100644 |
--- a/ppapi/thunk/ppb_text_input_api.h |
+++ b/ppapi/thunk/ppb_text_input_api.h |
@@ -6,7 +6,7 @@ |
#define PPAPI_THUNK_PPB_TEXT_INPUT_API_H_ |
#include "ppapi/c/dev/ppb_text_input_dev.h" |
-#include "ppapi/proxy/interface_id.h" |
+#include "ppapi/shared_impl/api_id.h" |
namespace ppapi { |
namespace thunk { |
@@ -22,8 +22,7 @@ class PPB_TextInput_FunctionAPI { |
const PP_Rect& bounding_box) = 0; |
virtual void CancelCompositionText(PP_Instance instance) = 0; |
- static const proxy::InterfaceID interface_id = |
- proxy::INTERFACE_ID_PPB_TEXT_INPUT; |
+ static const ApiID kApiID = API_ID_PPB_TEXT_INPUT; |
}; |
} // namespace thunk |