| Index: content/browser/renderer_host/p2p/socket_host_tcp_server.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_tcp_server.h b/content/browser/renderer_host/p2p/socket_host_tcp_server.h
|
| index feec6a7280bb447a92d3809eb3689878e36c534d..cd1ad1718325830fb5f709d46a63524c8d52ac0a 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp_server.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp_server.h
|
| @@ -26,7 +26,7 @@ namespace content {
|
|
|
| class CONTENT_EXPORT P2PSocketHostTcpServer : public P2PSocketHost {
|
| public:
|
| - P2PSocketHostTcpServer(IPC::Sender* message_sender, int routing_id, int id);
|
| + P2PSocketHostTcpServer(IPC::Sender* message_sender, int id);
|
| virtual ~P2PSocketHostTcpServer();
|
|
|
| // P2PSocketHost overrides.
|
|
|