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

Unified Diff: webrtc/call/rtx_receive_stream.h

Issue 2913793002: Address some violations of chromium-style. (Closed)
Patch Set: Add empty line. Created 3 years, 7 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
« no previous file with comments | « webrtc/call/rtp_transport_controller_send.cc ('k') | webrtc/call/rtx_receive_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/rtx_receive_stream.h
diff --git a/webrtc/call/rtx_receive_stream.h b/webrtc/call/rtx_receive_stream.h
index 6e028519f4b040b11f23ba4d127aa62ae6dc8ac7..1f57580739090878e07a26de672a5b1c6b085e9e 100644
--- a/webrtc/call/rtx_receive_stream.h
+++ b/webrtc/call/rtx_receive_stream.h
@@ -22,7 +22,7 @@ class RtxReceiveStream : public RtpPacketSinkInterface {
RtxReceiveStream(RtpPacketSinkInterface* media_sink,
std::map<int, int> rtx_payload_type_map,
uint32_t media_ssrc);
-
+ ~RtxReceiveStream() override;
// RtpPacketSinkInterface.
void OnRtpPacket(const RtpPacketReceived& packet) override;
« no previous file with comments | « webrtc/call/rtp_transport_controller_send.cc ('k') | webrtc/call/rtx_receive_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698