summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webrtc/modules/rtp_rtcp/interface/fec_receiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/modules/rtp_rtcp/interface/fec_receiver.h')
-rw-r--r--chromium/third_party/webrtc/modules/rtp_rtcp/interface/fec_receiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/webrtc/modules/rtp_rtcp/interface/fec_receiver.h b/chromium/third_party/webrtc/modules/rtp_rtcp/interface/fec_receiver.h
index 97b200f0777..e2ef4b1e972 100644
--- a/chromium/third_party/webrtc/modules/rtp_rtcp/interface/fec_receiver.h
+++ b/chromium/third_party/webrtc/modules/rtp_rtcp/interface/fec_receiver.h
@@ -18,7 +18,7 @@ namespace webrtc {
class FecReceiver {
public:
- static FecReceiver* Create(int32_t id, RtpData* callback);
+ static FecReceiver* Create(RtpData* callback);
virtual ~FecReceiver() {}