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..bbe3eac01c5dc338d8165f9451ee027a6521051a 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
@@ -47,7 +47,7 @@ class FullBweSender : public BweSender, public RemoteBitrateObserver { |
bool has_received_ack_; |
uint16_t last_acked_seq_num_; |
int64_t last_log_time_ms_; |
- MockRtcEventLog event_log_; |
+ ::testing::NiceMock<MockRtcEventLog> event_log_; |
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(FullBweSender); |
}; |