| Index: webrtc/p2p/base/tcpport.h
|
| diff --git a/webrtc/p2p/base/tcpport.h b/webrtc/p2p/base/tcpport.h
|
| index 77bbd09eab0e2da449e72c6df467eb609e0044c8..76a73f8f474fdf3600c0902d5f6d0c504cf4d15c 100644
|
| --- a/webrtc/p2p/base/tcpport.h
|
| +++ b/webrtc/p2p/base/tcpport.h
|
| @@ -61,6 +61,8 @@ class TCPPort : public Port {
|
| return protocol == TCP_PROTOCOL_NAME || protocol == SSLTCP_PROTOCOL_NAME;
|
| }
|
|
|
| + ProtocolType GetProtocol() const override { return PROTO_TCP; }
|
| +
|
| protected:
|
| TCPPort(rtc::Thread* thread,
|
| rtc::PacketSocketFactory* factory,
|
|
|