| Index: content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/video_capture_host_unittest.cc b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| index aace519800c03d9ca6980766c2579e31bc04b65e..dd9ba733212972b5e80d5b92cbc0f22a5d289f7c 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| @@ -139,14 +139,14 @@ class MockVideoCaptureHost : public VideoCaptureHost {
|
| int buffer_id,
|
| const gfx::Size& coded_size,
|
| const gfx::Rect& visible_rect,
|
| - base::TimeTicks timestamp,
|
| + const base::TimeTicks& timestamp,
|
| const base::DictionaryValue& metadata));
|
| MOCK_METHOD6(OnMailboxBufferFilled,
|
| void(int device_id,
|
| int buffer_id,
|
| const gpu::MailboxHolder& mailbox_holder,
|
| const gfx::Size& packed_frame_size,
|
| - base::TimeTicks timestamp,
|
| + const base::TimeTicks& timestamp,
|
| const base::DictionaryValue& metadata));
|
| MOCK_METHOD2(OnStateChanged, void(int device_id, VideoCaptureState state));
|
|
|
|
|