Index: webrtc/api/statscollector_unittest.cc |
diff --git a/webrtc/api/statscollector_unittest.cc b/webrtc/api/statscollector_unittest.cc |
index 7953515072bc06f155eba3eba28c0ba1f1f7fd1f..e700a05eb6660247c2171bd70ca2f29e84fe9f48 100644 |
--- a/webrtc/api/statscollector_unittest.cc |
+++ b/webrtc/api/statscollector_unittest.cc |
@@ -76,7 +76,10 @@ class MockWebRtcSession : public webrtc::WebRtcSession { |
rtc::Thread::Current(), |
rtc::Thread::Current(), |
rtc::Thread::Current(), |
- nullptr) {} |
+ nullptr, |
+ new cricket::TransportController(rtc::Thread::Current(), |
+ rtc::Thread::Current(), |
+ nullptr)) {} |
MOCK_METHOD0(voice_channel, cricket::VoiceChannel*()); |
MOCK_METHOD0(video_channel, cricket::VideoChannel*()); |
// Libjingle uses "local" for a outgoing track, and "remote" for a incoming |