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

Unified Diff: ppapi/proxy/ppb_var_deprecated_proxy.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/ppb_var_deprecated_proxy.h
diff --git a/ppapi/proxy/ppb_var_deprecated_proxy.h b/ppapi/proxy/ppb_var_deprecated_proxy.h
index 1e6a70c0f4642a59ac153d76a096f845fd3b8c06..d1a45a0e86e06d7bc3957b838dd482e02e6282d1 100644
--- a/ppapi/proxy/ppb_var_deprecated_proxy.h
+++ b/ppapi/proxy/ppb_var_deprecated_proxy.h
@@ -13,7 +13,7 @@
struct PPB_Var_Deprecated;
-namespace pp {
+namespace ppapi {
namespace proxy {
class SerializedVar;
@@ -82,7 +82,7 @@ class PPB_Var_Deprecated_Proxy : public InterfaceProxy {
SerializedVarVectorReceiveInput arg_vector,
SerializedVarOutParam exception,
SerializedVarReturnValue result);
- void OnMsgIsInstanceOfDeprecated(pp::proxy::SerializedVarReceiveInput var,
+ void OnMsgIsInstanceOfDeprecated(SerializedVarReceiveInput var,
int64 ppp_class,
int64* ppp_class_data,
PP_Bool* result);
@@ -99,6 +99,6 @@ class PPB_Var_Deprecated_Proxy : public InterfaceProxy {
};
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PPB_VAR_DEPRECATED_PROXY_H_

Powered by Google App Engine
This is Rietveld 408576698