Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: ppapi/shared_impl/tracker_base.h

Issue 7655002: Convert the pp::proxy namespace to the ppapi::proxy namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698