| Index: ppapi/shared_impl/test_globals.h
|
| diff --git a/ppapi/shared_impl/test_globals.h b/ppapi/shared_impl/test_globals.h
|
| index d4753633cc23c54e0825f7fd8bb094a0b54c1552..d5d143934cca30d11f9cb8d61a9e38d81c5a9864 100644
|
| --- a/ppapi/shared_impl/test_globals.h
|
| +++ b/ppapi/shared_impl/test_globals.h
|
| @@ -23,7 +23,7 @@ class TestGlobals : public PpapiGlobals {
|
| virtual ResourceTracker* GetResourceTracker() OVERRIDE;
|
| virtual VarTracker* GetVarTracker() OVERRIDE;
|
| virtual FunctionGroupBase* GetFunctionAPI(PP_Instance inst,
|
| - proxy::InterfaceID id) OVERRIDE;
|
| + ApiID id) OVERRIDE;
|
| virtual PP_Module GetModuleForInstance(PP_Instance instance) OVERRIDE;
|
|
|
| private:
|
|
|