diff options
Diffstat (limited to 'ppapi/shared_impl/tracker_base.h')
-rw-r--r-- | ppapi/shared_impl/tracker_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/shared_impl/tracker_base.h b/ppapi/shared_impl/tracker_base.h index 63585ea..ae9e975 100644 --- a/ppapi/shared_impl/tracker_base.h +++ b/ppapi/shared_impl/tracker_base.h @@ -40,7 +40,7 @@ class TrackerBase { // Returns the function object corresponding to the given ID, or NULL if // there isn't one. virtual FunctionGroupBase* GetFunctionAPI(PP_Instance inst, - pp::proxy::InterfaceID id) = 0; + proxy::InterfaceID id) = 0; virtual VarTracker* GetVarTracker() = 0; virtual ResourceTracker* GetResourceTracker() = 0; |