| 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 98b6a5192f3c6179fc445fd2753cfb394bdd46c8..48cc7f9826ff9d4d26be694f2aba46c81c22cbec 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| @@ -26,7 +26,7 @@ namespace content {
|
|
|
| class CONTENT_EXPORT P2PSocketHostTcp : public P2PSocketHost {
|
| public:
|
| - P2PSocketHostTcp(IPC::Sender* message_sender, int routing_id, int id);
|
| + P2PSocketHostTcp(IPC::Sender* message_sender, int id);
|
| virtual ~P2PSocketHostTcp();
|
|
|
| bool InitAccepted(const net::IPEndPoint& remote_address,
|
|
|