| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 59cc1c2a952400ce80b83612dd774d227d240bd8..b7bdd18efc285f7d1d3668466d1d2ddc33560423 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -18,7 +18,7 @@
|
| #include "ppapi/c/ppb_input_event.h"
|
| #include "ppapi/c/dev/pp_video_dev.h"
|
| #include "ppapi/c/dev/ppb_transport_dev.h"
|
| -#include "ppapi/proxy/interface_id.h"
|
| +#include "ppapi/shared_impl/api_id.h"
|
|
|
| struct PP_Flash_Menu;
|
| struct PP_FontDescription_Dev;
|
| @@ -133,8 +133,7 @@ class ResourceCreationAPI {
|
| const PP_FloatPoint* wheel_ticks,
|
| PP_Bool scroll_by_page) = 0;
|
|
|
| - static const proxy::InterfaceID interface_id =
|
| - proxy::INTERFACE_ID_RESOURCE_CREATION;
|
| + static const ApiID kApiID = API_ID_RESOURCE_CREATION;
|
| };
|
|
|
| } // namespace thunk
|
|
|