Index: content/browser/renderer_host/p2p/socket_host_udp.h |
diff --git a/content/browser/renderer_host/p2p/socket_host_udp.h b/content/browser/renderer_host/p2p/socket_host_udp.h |
index 9cb92631161c78e52478196ff16cd561415816ce..01858d396e4644758b66ec0240220b12d53175aa 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_udp.h |
+++ b/content/browser/renderer_host/p2p/socket_host_udp.h |
@@ -52,7 +52,7 @@ class CONTENT_EXPORT P2PSocketHostUdp : public P2PSocketHost { |
const std::vector<char>& data, |
const rtc::PacketOptions& options, |
uint64_t packet_id) override; |
- P2PSocketHost* AcceptIncomingTcpConnection( |
+ std::unique_ptr<P2PSocketHost> AcceptIncomingTcpConnection( |
const net::IPEndPoint& remote_address, |
int id) override; |
bool SetOption(P2PSocketOption option, int value) override; |