Index: webrtc/ortc/rtptransportcontrolleradapter.h |
diff --git a/webrtc/ortc/rtptransportcontrolleradapter.h b/webrtc/ortc/rtptransportcontrolleradapter.h |
index f0dca7af0caa4d76de92a11f5abe38df2b61e8fc..8601dfdb07b3e34efb34351da00daba15d376b64 100644 |
--- a/webrtc/ortc/rtptransportcontrolleradapter.h |
+++ b/webrtc/ortc/rtptransportcontrolleradapter.h |
@@ -34,7 +34,7 @@ class RtpTransportAdapter; |
class OrtcRtpSenderAdapter; |
class OrtcRtpReceiverAdapter; |
-// Implementation of RtpTransportControllerInterface. Wraps a MediaController, |
+// Implementation of RtpTransportControllerInterface. Wraps a Call, |
// a VoiceChannel and VideoChannel, and maintains a list of dependent RTP |
// transports. |
// |