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

Unified Diff: ppapi/proxy/callback_tracker.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/proxy/callback_tracker.h
diff --git a/ppapi/proxy/callback_tracker.h b/ppapi/proxy/callback_tracker.h
index 5f8233c1df5bf4ac78c7e153a1a01446569a585b..4c6d3a9f83e5e7c6f4fd4d565655bf405d059a52 100644
--- a/ppapi/proxy/callback_tracker.h
+++ b/ppapi/proxy/callback_tracker.h
@@ -10,7 +10,7 @@
#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_stdint.h"
-namespace pp {
+namespace ppapi {
namespace proxy {
class Dispatcher;
@@ -61,6 +61,6 @@ class CallbackTracker {
};
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PROXY_CALLBACK_TRACKER_H_

Powered by Google App Engine
This is Rietveld 408576698