| 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 d46c7904178398f1d22931373fe6530dd3d2d1a4..f85bccdb21253f6a9c1480c568058fec59832bf4 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_udp.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_udp.h
|
| @@ -16,6 +16,7 @@
|
| #include "content/browser/renderer_host/p2p/socket_host.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/p2p_sockets.h"
|
| +#include "ipc/ipc_sender.h"
|
| #include "net/base/ip_endpoint.h"
|
| #include "net/udp/udp_server_socket.h"
|
|
|
| @@ -23,8 +24,7 @@ namespace content {
|
|
|
| class CONTENT_EXPORT P2PSocketHostUdp : public P2PSocketHost {
|
| public:
|
| - P2PSocketHostUdp(IPC::Message::Sender* message_sender,
|
| - int routing_id, int id);
|
| + P2PSocketHostUdp(IPC::Sender* message_sender, int routing_id, int id);
|
| virtual ~P2PSocketHostUdp();
|
|
|
| // P2PSocketHost overrides.
|
|
|