Index: trunk/src/content/browser/renderer_host/p2p/socket_host_tcp.h |
=================================================================== |
--- trunk/src/content/browser/renderer_host/p2p/socket_host_tcp.h (revision 273764) |
+++ trunk/src/content/browser/renderer_host/p2p/socket_host_tcp.h (working copy) |
@@ -29,7 +29,7 @@ |
class CONTENT_EXPORT P2PSocketHostTcpBase : public P2PSocketHost { |
public: |
P2PSocketHostTcpBase(IPC::Sender* message_sender, |
- int socket_id, |
+ int id, |
P2PSocketType type, |
net::URLRequestContextGetter* url_context); |
virtual ~P2PSocketHostTcpBase(); |
@@ -101,7 +101,7 @@ |
class CONTENT_EXPORT P2PSocketHostTcp : public P2PSocketHostTcpBase { |
public: |
P2PSocketHostTcp(IPC::Sender* message_sender, |
- int socket_id, |
+ int id, |
P2PSocketType type, |
net::URLRequestContextGetter* url_context); |
virtual ~P2PSocketHostTcp(); |
@@ -122,7 +122,7 @@ |
class CONTENT_EXPORT P2PSocketHostStunTcp : public P2PSocketHostTcpBase { |
public: |
P2PSocketHostStunTcp(IPC::Sender* message_sender, |
- int socket_id, |
+ int id, |
P2PSocketType type, |
net::URLRequestContextGetter* url_context); |