| Index: content/browser/renderer_host/media/video_capture_manager_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/video_capture_manager_unittest.cc b/content/browser/renderer_host/media/video_capture_manager_unittest.cc
|
| index bc89159e011f260798c51436afa70b5bf7f0e605..1dfad2d255190529e64d035ed57c4803855bb42b 100644
|
| --- a/content/browser/renderer_host/media/video_capture_manager_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_manager_unittest.cc
|
| @@ -53,11 +53,11 @@ class MockFrameObserver : public VideoCaptureControllerEventHandler {
|
| int length, int buffer_id) OVERRIDE {}
|
| virtual void OnBufferDestroyed(const VideoCaptureControllerID& id,
|
| int buffer_id) OVERRIDE {}
|
| - virtual void OnBufferReady(
|
| - const VideoCaptureControllerID& id,
|
| - int buffer_id,
|
| - base::Time timestamp,
|
| - const media::VideoCaptureFormat& format) OVERRIDE {}
|
| + virtual void OnBufferReady(const VideoCaptureControllerID& id,
|
| + int buffer_id,
|
| + base::TimeTicks timestamp,
|
| + const media::VideoCaptureFormat& format)
|
| + OVERRIDE {}
|
| virtual void OnEnded(const VideoCaptureControllerID& id) OVERRIDE {}
|
|
|
| void OnGotControllerCallback(VideoCaptureControllerID) {}
|
|
|