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

Unified Diff: ppapi/proxy/interface_id.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/interface_id.h
diff --git a/ppapi/proxy/interface_id.h b/ppapi/proxy/interface_id.h
index 7cfe468e83497f82d6adb3475d3ba254a9c13d78..c909806e660cb6f64acb0cd53784510cda29c799 100644
--- a/ppapi/proxy/interface_id.h
+++ b/ppapi/proxy/interface_id.h
@@ -5,7 +5,7 @@
#ifndef PPAPI_PROXY_INTERFACE_ID_H_
#define PPAPI_PROXY_INTERFACE_ID_H_
-namespace pp {
+namespace ppapi {
namespace proxy {
// These numbers must be all small integers. They are used in a lookup table
@@ -70,6 +70,6 @@ enum InterfaceID {
};
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PROXY_INTERFACE_ID_H_

Powered by Google App Engine
This is Rietveld 408576698