Fix w3c URL for RTCIceTransport

No-Try: true
Tbr: hta@webrtc.org
Bug: None
Change-Id: I51a6ad8c30e19cf999c5356e619770cfeee0068f
Reviewed-on: https://webrtc-review.googlesource.com/c/107638
Reviewed-by: Niels Moller <nisse@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25335}
This commit is contained in:
Niels Möller 2018-10-24 14:10:53 +02:00 committed by Commit Bot
parent 5e58bcbf29
commit c6ec4b1fa9

View File

@ -182,7 +182,7 @@ enum IceProtocolType {
// IceTransportInternal is an internal abstract class that does ICE.
// Once the public interface is supported,
// (https://www.w3.org/TR/webrtc/#rtcicetransport-interface)
// (https://www.w3.org/TR/webrtc/#rtcicetransport)
// the IceTransportInterface will be split from this class.
class RTC_EXPORT IceTransportInternal : public rtc::PacketTransportInternal {
public: