| Index: webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
|
| index 29dd81bf27bb7c1e68faaf87e92654507b0ac6af..0247b6b0f954bc2bce13d7e8a48f098273ca04f1 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
|
| @@ -47,7 +47,7 @@ class RemoteBitrateEstimator : public CallStatsObserver, public Module {
|
| virtual ~RemoteBitrateEstimator() {}
|
|
|
| virtual void IncomingPacketFeedbackVector(
|
| - const std::vector<PacketInfo>& packet_feedback_vector) {
|
| + const std::vector<PacketFeedback>& packet_feedback_vector) {
|
| assert(false);
|
| }
|
|
|
|
|