| 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 37dc0141f8324e7ccbb1f45d315208893fa12581..98be74e39dd086d9ff61e597b73bc228f0d1e6b0 100644
|
| --- a/content/renderer/media/video_capture_impl_unittest.cc
|
| +++ b/content/renderer/media/video_capture_impl_unittest.cc
|
| @@ -78,9 +78,10 @@ class VideoCaptureImplTest : public ::testing::Test {
|
| OnStateChanged(VIDEO_CAPTURE_STATE_STOPPED);
|
| }
|
|
|
| - void DeviceReceiveEmptyBuffer(int device_id,
|
| - int buffer_id,
|
| - const std::vector<uint32>& sync_points) {}
|
| + void DeviceReceiveEmptyBuffer(
|
| + int device_id,
|
| + int buffer_id,
|
| + const std::map<std::string, uint32>& sync_points) {}
|
|
|
| void DeviceGetSupportedFormats(int device_id,
|
| media::VideoCaptureSessionId session_id) {
|
|
|