Index: webrtc/video/send_statistics_proxy_unittest.cc |
diff --git a/webrtc/video/send_statistics_proxy_unittest.cc b/webrtc/video/send_statistics_proxy_unittest.cc |
index 8e6b7bcab3159e0c7e1566a1853bc002d88ba201..1bf9814412a6380f550af82afcede438d0a22ec5 100644 |
--- a/webrtc/video/send_statistics_proxy_unittest.cc |
+++ b/webrtc/video/send_statistics_proxy_unittest.cc |
@@ -28,8 +28,9 @@ class SendStatisticsProxyTest : public ::testing::Test { |
protected: |
virtual void SetUp() { |
- statistics_proxy_.reset( |
- new SendStatisticsProxy(&fake_clock_, GetTestConfig())); |
+ statistics_proxy_.reset(new SendStatisticsProxy( |
+ &fake_clock_, GetTestConfig(), |
+ VideoEncoderConfig::ContentType::kRealtimeVideo)); |
expected_ = VideoSendStream::Stats(); |
} |