Index: webrtc/modules/congestion_controller/congestion_controller_unittest.cc |
diff --git a/webrtc/modules/congestion_controller/congestion_controller_unittest.cc b/webrtc/modules/congestion_controller/congestion_controller_unittest.cc |
index aa4a5d3330260ba21af47455f6140d63807da18e..ce2258bf5e0a37ad5d2850d4039e063ea0482c2e 100644 |
--- a/webrtc/modules/congestion_controller/congestion_controller_unittest.cc |
+++ b/webrtc/modules/congestion_controller/congestion_controller_unittest.cc |
@@ -52,7 +52,7 @@ class CongestionControllerTest : public ::testing::Test { |
StrictMock<MockCongestionObserver> observer_; |
NiceMock<MockPacedSender>* pacer_; |
NiceMock<MockRemoteBitrateObserver> remote_bitrate_observer_; |
- MockRtcEventLog event_log_; |
+ NiceMock<MockRtcEventLog> event_log_; |
std::unique_ptr<RtcpBandwidthObserver> bandwidth_observer_; |
std::unique_ptr<CongestionController> controller_; |
const uint32_t kInitialBitrateBps = 60000; |