| Index: webrtc/api/statscollector_unittest.cc
|
| diff --git a/webrtc/api/statscollector_unittest.cc b/webrtc/api/statscollector_unittest.cc
|
| index 9243aedd1b52875adfcabb9430a6d784b5b25c75..7953515072bc06f155eba3eba28c0ba1f1f7fd1f 100644
|
| --- a/webrtc/api/statscollector_unittest.cc
|
| +++ b/webrtc/api/statscollector_unittest.cc
|
| @@ -75,6 +75,7 @@ class MockWebRtcSession : public webrtc::WebRtcSession {
|
| : WebRtcSession(media_controller,
|
| rtc::Thread::Current(),
|
| rtc::Thread::Current(),
|
| + rtc::Thread::Current(),
|
| nullptr) {}
|
| MOCK_METHOD0(voice_channel, cricket::VoiceChannel*());
|
| MOCK_METHOD0(video_channel, cricket::VideoChannel*());
|
|
|