| 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 51c649fb2250efb178c1a878a5934569496b4cf3..0291c8a15a9ac7aed3664748d80a02d7d6505254 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp_server.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp_server.h
|
| @@ -37,7 +37,7 @@ class CONTENT_EXPORT P2PSocketHostTcpServer : public P2PSocketHost {
|
| const net::IPEndPoint& remote_address) OVERRIDE;
|
| virtual void Send(const net::IPEndPoint& to,
|
| const std::vector<char>& data,
|
| - net::DiffServCodePoint dscp,
|
| + const talk_base::PacketOptions& options,
|
| uint64 packet_id) OVERRIDE;
|
| virtual P2PSocketHost* AcceptIncomingTcpConnection(
|
| const net::IPEndPoint& remote_address, int id) OVERRIDE;
|
|
|