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

Unified Diff: content/common/pepper_plugin_registry.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: content/common/pepper_plugin_registry.h
diff --git a/content/common/pepper_plugin_registry.h b/content/common/pepper_plugin_registry.h
index e9fb96082b3d670951aed5eab243ad8690a1e068..ef8b464b3e0eb535c6e1b3143b9c14aa69a96de8 100644
--- a/content/common/pepper_plugin_registry.h
+++ b/content/common/pepper_plugin_registry.h
@@ -53,7 +53,7 @@ struct PepperPluginInfo {
// not preloaded).
class PepperPluginRegistry
: public webkit::ppapi::PluginDelegate::ModuleLifetime,
- public pp::proxy::ProxyChannel::Delegate {
+ public ppapi::proxy::ProxyChannel::Delegate {
public:
~PepperPluginRegistry();

Powered by Google App Engine
This is Rietveld 408576698