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

Unified Diff: ppapi/proxy/host_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/host_var_serialization_rules.h
diff --git a/ppapi/proxy/host_var_serialization_rules.h b/ppapi/proxy/host_var_serialization_rules.h
index 4b6f63d4fac5d7896fed0cfb43e26da000315fb1..478a872e1b10205881ce6701a1e2c42dd659338b 100644
--- a/ppapi/proxy/host_var_serialization_rules.h
+++ b/ppapi/proxy/host_var_serialization_rules.h
@@ -11,7 +11,7 @@
struct PPB_Var;
-namespace pp {
+namespace ppapi {
namespace proxy {
class VarTracker;
@@ -48,6 +48,6 @@ class HostVarSerializationRules : public VarSerializationRules {
};
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PROXY_HOST_VAR_SERIALIZATION_RULES_H_

Powered by Google App Engine
This is Rietveld 408576698