| 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 3860080eb49afaf388d0fdba44ebf60e4d70cd4c..0cbaceaa6b785a296af9834a7b85e19dc10417fa 100644
|
| --- a/content/renderer/media/video_capture_impl_unittest.cc
|
| +++ b/content/renderer/media/video_capture_impl_unittest.cc
|
| @@ -133,7 +133,8 @@
|
|
|
| protected:
|
| MOCK_METHOD2(OnFrameReady,
|
| - void(const scoped_refptr<media::VideoFrame>&, base::TimeTicks));
|
| + void(const scoped_refptr<media::VideoFrame>&,
|
| + const base::TimeTicks&));
|
| MOCK_METHOD1(OnStateUpdate, void(VideoCaptureState));
|
| MOCK_METHOD1(OnDeviceFormatsInUse,
|
| void(const media::VideoCaptureFormats&));
|
|
|