Index: content/browser/renderer_host/media/video_capture_host.cc |
diff --git a/content/browser/renderer_host/media/video_capture_host.cc b/content/browser/renderer_host/media/video_capture_host.cc |
index be571bf4b00005b6a422ff31baa497373b0f9ed3..a11c6ffaad13ab258dcd7010df0aab25b79f0b66 100644 |
--- a/content/browser/renderer_host/media/video_capture_host.cc |
+++ b/content/browser/renderer_host/media/video_capture_host.cc |
@@ -297,7 +297,7 @@ void VideoCaptureHost::OnPauseCapture(int device_id) { |
void VideoCaptureHost::OnReceiveEmptyBuffer( |
int device_id, |
int buffer_id, |
- const std::vector<uint32>& sync_points) { |
+ const std::map<std::string, uint32>& sync_points) { |
DCHECK_CURRENTLY_ON(BrowserThread::IO); |
VideoCaptureControllerID controller_id(device_id); |