| Index: content/renderer/media/video_capture_impl_unittest.cc | 
| diff --git a/content/renderer/media/video_capture_impl_unittest.cc b/content/renderer/media/video_capture_impl_unittest.cc | 
| index 0cbaceaa6b785a296af9834a7b85e19dc10417fa..3860080eb49afaf388d0fdba44ebf60e4d70cd4c 100644 | 
| --- a/content/renderer/media/video_capture_impl_unittest.cc | 
| +++ b/content/renderer/media/video_capture_impl_unittest.cc | 
| @@ -133,8 +133,7 @@ class VideoCaptureImplTest : public ::testing::Test { | 
|  | 
| protected: | 
| MOCK_METHOD2(OnFrameReady, | 
| -              void(const scoped_refptr<media::VideoFrame>&, | 
| -                   const base::TimeTicks&)); | 
| +               void(const scoped_refptr<media::VideoFrame>&, base::TimeTicks)); | 
| MOCK_METHOD1(OnStateUpdate, void(VideoCaptureState)); | 
| MOCK_METHOD1(OnDeviceFormatsInUse, | 
| void(const media::VideoCaptureFormats&)); | 
|  |