| Index: content/browser/renderer_host/p2p_socket_host_posix.h
|
| diff --git a/content/browser/renderer_host/p2p_socket_host_posix.h b/content/browser/renderer_host/p2p_socket_host_posix.h
|
| index 236c24d98e4de6d188a53aea351fe5030c09c39e..855d7ee0778ab4e344209bde8282d735d80c8f09 100644
|
| --- a/content/browser/renderer_host/p2p_socket_host_posix.h
|
| +++ b/content/browser/renderer_host/p2p_socket_host_posix.h
|
| @@ -16,7 +16,7 @@ class P2PSocketHostPosix : public P2PSocketHost {
|
| virtual ~P2PSocketHostPosix();
|
|
|
| virtual bool Init();
|
| - virtual void Send(const P2PSocketAddress& socket_address,
|
| + virtual void Send(const net::IPEndPoint& socket_address,
|
| const std::vector<char>& data);
|
|
|
| private:
|
|
|