| Index: content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| index bb8c1fb9610a4aa8e185a940a3ca3b88ff947b74..8bab6aff97621bdaa3bf329dac834ee01540a40d 100644
|
| --- a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| @@ -269,7 +269,7 @@ void P2PSocketDispatcherHost::OnAcceptIncomingTcpConnection(
|
| void P2PSocketDispatcherHost::OnSend(int socket_id,
|
| const net::IPEndPoint& socket_address,
|
| const std::vector<char>& data,
|
| - const talk_base::PacketOptions& options,
|
| + const rtc::PacketOptions& options,
|
| uint64 packet_id) {
|
| P2PSocketHost* socket = LookupSocket(socket_id);
|
| if (!socket) {
|
|
|