Index: webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h |
index 5840aef963b420a2663147e62df9cf6d456b5504..3dc4f388c8f4164eb7c42f3aefb4d153a6560234 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h |
@@ -16,7 +16,6 @@ |
#include <vector> |
#include "webrtc/base/constructormagic.h" |
-#include "webrtc/call/mock/mock_rtc_event_log.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/bwe.h" |
namespace webrtc { |
@@ -46,7 +45,6 @@ |
private: |
Clock* clock_; |
- MockRtcEventLog event_log_; |
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RembBweSender); |
}; |