| Index: trunk/src/content/browser/renderer_host/p2p/socket_host_udp.h
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/p2p/socket_host_udp.h (revision 273765)
|
| +++ trunk/src/content/browser/renderer_host/p2p/socket_host_udp.h (working copy)
|
| @@ -26,8 +26,7 @@
|
|
|
| class CONTENT_EXPORT P2PSocketHostUdp : public P2PSocketHost {
|
| public:
|
| - P2PSocketHostUdp(IPC::Sender* message_sender,
|
| - int socket_id,
|
| + P2PSocketHostUdp(IPC::Sender* message_sender, int id,
|
| P2PMessageThrottler* throttler);
|
| virtual ~P2PSocketHostUdp();
|
|
|
|
|