| Index: ppapi/shared_impl/test_globals.cc
|
| diff --git a/ppapi/shared_impl/test_globals.cc b/ppapi/shared_impl/test_globals.cc
|
| index 88137485dfdfd1a41c29e1574f0b30d730976ddb..624b85bfee2c0f4571ff97d2b335c7c6c7917ff6 100644
|
| --- a/ppapi/shared_impl/test_globals.cc
|
| +++ b/ppapi/shared_impl/test_globals.cc
|
| @@ -20,8 +20,7 @@ VarTracker* TestGlobals::GetVarTracker() {
|
| return &var_tracker_;
|
| }
|
|
|
| -FunctionGroupBase* TestGlobals::GetFunctionAPI(PP_Instance inst,
|
| - proxy::InterfaceID id) {
|
| +FunctionGroupBase* TestGlobals::GetFunctionAPI(PP_Instance inst, ApiID id) {
|
| return NULL;
|
| }
|
|
|
|
|