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 3dc4f388c8f4164eb7c42f3aefb4d153a6560234..5840aef963b420a2663147e62df9cf6d456b5504 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h |
@@ -16,6 +16,7 @@ |
#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 { |
@@ -45,6 +46,7 @@ class RembBweSender : public BweSender { |
private: |
Clock* clock_; |
+ MockRtcEventLog event_log_; |
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RembBweSender); |
}; |