Index: webrtc/video/video_capture_input_unittest.cc |
diff --git a/webrtc/video/video_capture_input_unittest.cc b/webrtc/video/video_capture_input_unittest.cc |
index 6fc8f75c020549ae5d0917c2b2a3a5a3750bfb8e..f1bd6564f5a22eb121127d6fd2aae31e8b4847e4 100644 |
--- a/webrtc/video/video_capture_input_unittest.cc |
+++ b/webrtc/video/video_capture_input_unittest.cc |
@@ -64,7 +64,7 @@ |
Config config; |
input_.reset(new internal::VideoCaptureInput( |
mock_process_thread_.get(), mock_frame_callback_.get(), nullptr, |
- &stats_proxy_, nullptr, nullptr)); |
+ &stats_proxy_, nullptr)); |
} |
virtual void TearDown() { |