From 1c239d476ec38a17fb2d0fb9eafa990ae679fbcb Mon Sep 17 00:00:00 2001 From: solenberg Date: Fri, 29 Sep 2017 06:00:28 -0700 Subject: Remove voe::Statistics. BUG=webrtc:4690 Review-Url: https://codereview.webrtc.org/3020473002 Cr-Commit-Position: refs/heads/master@{#20042} --- audio/audio_send_stream_unittest.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio/audio_send_stream_unittest.cc') diff --git a/audio/audio_send_stream_unittest.cc b/audio/audio_send_stream_unittest.cc index e4312e57df..d8d81a4eae 100644 --- a/audio/audio_send_stream_unittest.cc +++ b/audio/audio_send_stream_unittest.cc @@ -235,8 +235,7 @@ struct ConfigHelper { .Times(1); EXPECT_CALL(*channel_proxy_, ResetSenderCongestionControlObjects()) .Times(1); - EXPECT_CALL(*channel_proxy_, RegisterExternalTransport(nullptr)).Times(1); - EXPECT_CALL(*channel_proxy_, DeRegisterExternalTransport()).Times(1); + EXPECT_CALL(*channel_proxy_, RegisterTransport(nullptr)).Times(2); EXPECT_CALL(*channel_proxy_, SetRtcEventLog(testing::NotNull())).Times(1); EXPECT_CALL(*channel_proxy_, SetRtcEventLog(testing::IsNull())) .Times(1); // Destructor resets the event log -- cgit v1.2.3