| Index: webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h
|
| diff --git a/webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h b/webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h
|
| index af416f946925472c26b730732b169f85388ac922..de4c4f1b80df0668c1a88f8622f8d2a984c23405 100644
|
| --- a/webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h
|
| +++ b/webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h
|
| @@ -31,7 +31,7 @@ struct FecPacketCounter {
|
|
|
| class UlpfecReceiver {
|
| public:
|
| - static UlpfecReceiver* Create(RtpData* callback);
|
| + static UlpfecReceiver* Create(RecoveredPacketReceiver* callback);
|
|
|
| virtual ~UlpfecReceiver() {}
|
|
|
|
|