Index: webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h |
index 71099bf9edda366c4a5694f5e15e15c2b0eefb10..c6931515e1ae9212c8941e74d2a11298ce467fb2 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h |
@@ -35,8 +35,6 @@ class RemoteEstimatorProxy : public RemoteBitrateEstimator { |
RemoteEstimatorProxy(Clock* clock, PacketRouter* packet_router); |
virtual ~RemoteEstimatorProxy(); |
- void IncomingPacketFeedbackVector( |
- const std::vector<PacketInfo>& packet_feedback_vector) override; |
void IncomingPacket(int64_t arrival_time_ms, |
size_t payload_size, |
const RTPHeader& header) override; |