aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_send_stream_unittest.cc
diff options
context:
space:
mode:
authorsolenberg <solenberg@webrtc.org>2017-09-29 06:00:28 -0700
committerCommit Bot <commit-bot@chromium.org>2017-09-29 13:00:28 +0000
commit1c239d476ec38a17fb2d0fb9eafa990ae679fbcb (patch)
tree491c482ff51aac544dcdf7c649effec674319e86 /audio/audio_send_stream_unittest.cc
parent2666cf7eba4bdd697d59d0451a8f74a05d4d207e (diff)
downloadwebrtc-1c239d476ec38a17fb2d0fb9eafa990ae679fbcb.tar.gz
Remove voe::Statistics.
BUG=webrtc:4690 Review-Url: https://codereview.webrtc.org/3020473002 Cr-Commit-Position: refs/heads/master@{#20042}
Diffstat (limited to 'audio/audio_send_stream_unittest.cc')
-rw-r--r--audio/audio_send_stream_unittest.cc3
1 files changed, 1 insertions, 2 deletions
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