Index: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
index 9eb0c1a1d30e16989993b5ef46fcd89e268a27eb..ca7f6dbddc028a53ce73d2c6cbeacae670a8ac8c 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
@@ -14,7 +14,6 @@ |
#include <memory> |
#include <vector> |
-#include "webrtc/call/mock/mock_rtc_event_log.h" |
#include "webrtc/modules/remote_bitrate_estimator/include/send_time_history.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/bwe.h" |
@@ -47,7 +46,6 @@ |
bool has_received_ack_; |
uint16_t last_acked_seq_num_; |
int64_t last_log_time_ms_; |
- MockRtcEventLog event_log_; |
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(FullBweSender); |
}; |