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

Unified Diff: content/browser/renderer_host/p2p/socket_host_tcp.h

Issue 10662005: Use IPC::Sender and IPC::Listener in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/browser/renderer_host/p2p/socket_host_tcp.h
diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.h b/content/browser/renderer_host/p2p/socket_host_tcp.h
index b24630a3c1adbd0c20d511d873754147fd00570e..98b6a5192f3c6179fc445fd2753cfb394bdd46c8 100644
--- a/content/browser/renderer_host/p2p/socket_host_tcp.h
+++ b/content/browser/renderer_host/p2p/socket_host_tcp.h
@@ -26,8 +26,7 @@ namespace content {
class CONTENT_EXPORT P2PSocketHostTcp : public P2PSocketHost {
public:
- P2PSocketHostTcp(IPC::Message::Sender* message_sender,
- int routing_id, int id);
+ P2PSocketHostTcp(IPC::Sender* message_sender, int routing_id, int id);
virtual ~P2PSocketHostTcp();
bool InitAccepted(const net::IPEndPoint& remote_address,
« no previous file with comments | « content/browser/renderer_host/p2p/socket_host.cc ('k') | content/browser/renderer_host/p2p/socket_host_tcp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698