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

Unified Diff: webkit/plugins/ppapi/plugin_delegate.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: webkit/plugins/ppapi/plugin_delegate.h
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
index fcbf296307d831348fad1911f93826230f1e2df8..67ac15c28c66fff48e12107c08c142d5d456a1b3 100644
--- a/webkit/plugins/ppapi/plugin_delegate.h
+++ b/webkit/plugins/ppapi/plugin_delegate.h
@@ -29,7 +29,6 @@
class AudioMessageFilter;
class GURL;
-class P2PSocketDispatcher;
class SkBitmap;
namespace base {
@@ -37,6 +36,10 @@ class MessageLoopProxy;
class Time;
}
+namespace content {
+class P2PSocketDispatcher;
+}
+
namespace fileapi {
class FileSystemCallbackDispatcher;
}
@@ -429,7 +432,7 @@ class PluginDelegate {
//
// TODO(sergeyu): Stop using GetP2PSocketDispatcher() in remoting
// client and remove it from here.
- virtual P2PSocketDispatcher* GetP2PSocketDispatcher() = 0;
+ virtual content::P2PSocketDispatcher* GetP2PSocketDispatcher() = 0;
// Creates P2PTransport object.
virtual webkit_glue::P2PTransport* CreateP2PTransport() = 0;

Powered by Google App Engine
This is Rietveld 408576698