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

Unified Diff: webrtc/modules/rtp_rtcp/source/ulpfec_generator.h

Issue 2481343004: Fix forward declaration typo in UlpfecGenerator. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/source/ulpfec_generator.h
diff --git a/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h b/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h
index faff58fff5a0abb35b9db3382cb8f50968b136f8..52e03cdad99168b6922dd0cb487ed0080a8cf25c 100644
--- a/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h
+++ b/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h
@@ -19,7 +19,7 @@
namespace webrtc {
-class FlexfecSenderImpl;
+class FlexfecSender;
class RedPacket {
public:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698