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

Unified Diff: webrtc/test/fuzzers/rtcp_receiver_fuzzer.cc

Issue 2110763002: Style updates to ProducerFec/FecReceiver. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix memory leak due to incorrect rebase. (CL "1b" will remove this code, thanks to std::unique_ptr.… Created 4 years, 5 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/test/fuzzers/rtcp_receiver_fuzzer.cc
diff --git a/webrtc/test/fuzzers/rtcp_receiver_fuzzer.cc b/webrtc/test/fuzzers/rtcp_receiver_fuzzer.cc
index b7a4fdfdf8f08d566f4898bba80392825772a015..62cb87a7fcd7a792b4302f7ed77038a8d85e57e3 100644
--- a/webrtc/test/fuzzers/rtcp_receiver_fuzzer.cc
+++ b/webrtc/test/fuzzers/rtcp_receiver_fuzzer.cc
@@ -26,4 +26,3 @@ void FuzzOneInput(const uint8_t* data, size_t size) {
receiver.IncomingRTCPPacket(rtcp_packet_information, &rtcp_parser);
}
} // namespace webrtc
-
« webrtc/modules/rtp_rtcp/source/producer_fec.cc ('K') | « webrtc/test/fuzzers/producer_fec_fuzzer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698