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

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
« no previous file with comments | « webkit/plugins/ppapi/mock_plugin_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/plugin_delegate.h
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
index c0bb6625981587aa9a2290d3f4d9270619e74996..9ec182928248ca2ec4a44fa73f32c5a7140bd8eb 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;
}
@@ -426,7 +429,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;
« no previous file with comments | « webkit/plugins/ppapi/mock_plugin_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698