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