| 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 f1bd6564f5a22eb121127d6fd2aae31e8b4847e4..6fc8f75c020549ae5d0917c2b2a3a5a3750bfb8e 100644
 | 
| --- a/webrtc/video/video_capture_input_unittest.cc
 | 
| +++ b/webrtc/video/video_capture_input_unittest.cc
 | 
| @@ -64,7 +64,7 @@ class VideoCaptureInputTest : public ::testing::Test {
 | 
|      Config config;
 | 
|      input_.reset(new internal::VideoCaptureInput(
 | 
|          mock_process_thread_.get(), mock_frame_callback_.get(), nullptr,
 | 
| -        &stats_proxy_, nullptr));
 | 
| +        &stats_proxy_, nullptr, nullptr));
 | 
|    }
 | 
|  
 | 
|    virtual void TearDown() {
 | 
| 
 |