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..d9e4f571f3cedf57003e0882a8ff5ed5b14960c2 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h |
@@ -46,7 +46,7 @@ class RembBweSender : public BweSender { |
private: |
Clock* clock_; |
- MockRtcEventLog event_log_; |
+ ::testing::NiceMock<MockRtcEventLog> event_log_; |
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RembBweSender); |
}; |