| Index: ppapi/thunk/ppb_instance_api.h
|
| diff --git a/ppapi/thunk/ppb_instance_api.h b/ppapi/thunk/ppb_instance_api.h
|
| index e7444d065529c85661547e571a3d6216692a25b1..4a41502339135723ed326ec4275b3f0283922b63 100644
|
| --- a/ppapi/thunk/ppb_instance_api.h
|
| +++ b/ppapi/thunk/ppb_instance_api.h
|
| @@ -11,7 +11,7 @@
|
| #include "ppapi/c/pp_bool.h"
|
| #include "ppapi/c/pp_size.h"
|
| #include "ppapi/c/private/ppb_instance_private.h"
|
| -#include "ppapi/proxy/interface_id.h"
|
| +#include "ppapi/shared_impl/api_id.h"
|
|
|
| namespace ppapi {
|
| namespace thunk {
|
| @@ -96,8 +96,7 @@ class PPB_Instance_FunctionAPI {
|
| virtual PP_Var GetPluginInstanceURL(PP_Instance instance,
|
| PP_URLComponents_Dev* components) = 0;
|
|
|
| - static const proxy::InterfaceID interface_id =
|
| - proxy::INTERFACE_ID_PPB_INSTANCE;
|
| + static const ApiID kApiID = API_ID_PPB_INSTANCE;
|
| };
|
|
|
| } // namespace thunk
|
|
|