Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: webrtc/call/rtp_packet_sink_interface.h

Issue 2943693003: Create RtcpDemuxer (Closed)
Patch Set: Get rid of ArrayView in rtp_rtcp_demuxer_helper_unittest.cc, too. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/call/rtp_packet_sink_interface.h
diff --git a/webrtc/call/rtp_packet_sink_interface.h b/webrtc/call/rtp_packet_sink_interface.h
index 900ca354d4c106c3990ca7a560837a387847a8bb..872c81c1fd0f056bda419fd3af3fd24b570d4a15 100644
--- a/webrtc/call/rtp_packet_sink_interface.h
+++ b/webrtc/call/rtp_packet_sink_interface.h
@@ -14,7 +14,7 @@ namespace webrtc {
class RtpPacketReceived;
-// This class represents a receiver of an already parsed RTP packets.
+// This class represents a receiver of already parsed RTP packets.
class RtpPacketSinkInterface {
public:
virtual ~RtpPacketSinkInterface() {}

Powered by Google App Engine
This is Rietveld 408576698