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

Unified Diff: content/renderer/pepper_plugin_delegate_impl.h

Issue 7715020: Move P2P code to content 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/renderer/pepper_plugin_delegate_impl.h
diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h
index 74c4019be780d013cc22fc75a31d7b45715bd9e9..f59a42a10cc55c46daae919818fbfef24ab1d72c 100644
--- a/content/renderer/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper_plugin_delegate_impl.h
@@ -296,7 +296,7 @@ class PepperPluginDelegateImpl
virtual void SetContentRestriction(int restrictions) OVERRIDE;
virtual void HasUnsupportedFeature() OVERRIDE;
virtual void SaveURLAs(const GURL& url) OVERRIDE;
- virtual P2PSocketDispatcher* GetP2PSocketDispatcher() OVERRIDE;
+ virtual content::P2PSocketDispatcher* GetP2PSocketDispatcher() OVERRIDE;
virtual webkit_glue::P2PTransport* CreateP2PTransport() OVERRIDE;
virtual double GetLocalTimeZoneOffset(base::Time t) OVERRIDE;
virtual std::string GetFlashCommandLineArgs() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698