| Index: content/browser/renderer_host/p2p/socket_host_udp.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_udp.h b/content/browser/renderer_host/p2p/socket_host_udp.h
|
| index f85bccdb21253f6a9c1480c568058fec59832bf4..048c0c7bab4b1746b160d43dd2eddeeaa2943807 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_udp.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_udp.h
|
| @@ -24,7 +24,7 @@ namespace content {
|
|
|
| class CONTENT_EXPORT P2PSocketHostUdp : public P2PSocketHost {
|
| public:
|
| - P2PSocketHostUdp(IPC::Sender* message_sender, int routing_id, int id);
|
| + P2PSocketHostUdp(IPC::Sender* message_sender, int id);
|
| virtual ~P2PSocketHostUdp();
|
|
|
| // P2PSocketHost overrides.
|
|
|