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

Unified Diff: ppapi/shared_impl/resource_tracker_unittest.cc

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/resource_tracker_unittest.cc
diff --git a/ppapi/shared_impl/resource_tracker_unittest.cc b/ppapi/shared_impl/resource_tracker_unittest.cc
index c7e78cf702891d48d119b15b03ab451f01ec29f3..26781aab1b6816f39e8848a77afea7f24876aab2 100644
--- a/ppapi/shared_impl/resource_tracker_unittest.cc
+++ b/ppapi/shared_impl/resource_tracker_unittest.cc
@@ -65,7 +65,7 @@ class ResourceTrackerTest : public testing::Test, public TrackerBase {
// TrackerBase implementation.
virtual FunctionGroupBase* GetFunctionAPI(
PP_Instance inst,
- pp::proxy::InterfaceID id) OVERRIDE {
+ ppapi::proxy::InterfaceID id) OVERRIDE {
return NULL;
}
virtual VarTracker* GetVarTracker() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698