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

Unified Diff: ppapi/proxy/plugin_var_serialization_rules.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/plugin_var_serialization_rules.h
diff --git a/ppapi/proxy/plugin_var_serialization_rules.h b/ppapi/proxy/plugin_var_serialization_rules.h
index e0736029269848c75bd0c6ded2a408958bc2291f..bd94511ee991933009793b06bcfb6c58fea2e682 100644
--- a/ppapi/proxy/plugin_var_serialization_rules.h
+++ b/ppapi/proxy/plugin_var_serialization_rules.h
@@ -8,7 +8,7 @@
#include "base/basictypes.h"
#include "ppapi/proxy/var_serialization_rules.h"
-namespace pp {
+namespace ppapi {
namespace proxy {
class PluginVarTracker;
@@ -41,6 +41,6 @@ class PluginVarSerializationRules : public VarSerializationRules {
};
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PROXY_PLUGIN_VAR_SERIALIZATION_RULES_H_

Powered by Google App Engine
This is Rietveld 408576698