| Index: trunk/src/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/p2p/socket_host_tcp.h (revision 252899)
|
| +++ trunk/src/content/browser/renderer_host/p2p/socket_host_tcp.h (working copy)
|
| @@ -42,7 +42,7 @@
|
| const net::IPEndPoint& remote_address) OVERRIDE;
|
| virtual void Send(const net::IPEndPoint& to,
|
| const std::vector<char>& data,
|
| - const talk_base::PacketOptions& options,
|
| + net::DiffServCodePoint dscp,
|
| uint64 packet_id) OVERRIDE;
|
| virtual P2PSocketHost* AcceptIncomingTcpConnection(
|
| const net::IPEndPoint& remote_address, int id) OVERRIDE;
|
|
|