| Index: webrtc/api/statscollector_unittest.cc
|
| diff --git a/webrtc/api/statscollector_unittest.cc b/webrtc/api/statscollector_unittest.cc
|
| index 00b50b69c04835f4a8ac01813f606b7af1939085..8949defcfa849b0472d3621724eb85959d9f2ba6 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*());
|
|
|