| Index: content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/p2p/socket_dispatcher_host.cc (revision 287594)
|
| +++ content/browser/renderer_host/p2p/socket_dispatcher_host.cc (working copy)
|
| @@ -269,7 +269,7 @@
|
| 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) {
|
|
|