| Index: ppapi/shared_impl/tracker_base.h
|
| diff --git a/ppapi/shared_impl/tracker_base.h b/ppapi/shared_impl/tracker_base.h
|
| index 63585ea728a7543546d1bd3e4543ae0da635dcbe..ae9e9758fc1fc203f89ab06c3a8ccd18871692cf 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;
|
|
|