Index: content/browser/renderer_host/media/video_capture_host.h |
diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h |
index 04c5cc93162fb305b70f8cfce1d3442282c4bd4c..9669c359c3827f26415d06b26aa99dec1c07ab7b 100644 |
--- a/content/browser/renderer_host/media/video_capture_host.h |
+++ b/content/browser/renderer_host/media/video_capture_host.h |
@@ -71,11 +71,10 @@ class CONTENT_EXPORT VideoCaptureHost |
void GetDeviceSupportedFormats( |
int32_t device_id, |
int32_t session_id, |
- const GetDeviceSupportedFormatsCallback& callback) override; |
- void GetDeviceFormatsInUse( |
- int32_t device_id, |
- int32_t session_id, |
- const GetDeviceFormatsInUseCallback& callback) override; |
+ GetDeviceSupportedFormatsCallback callback) override; |
+ void GetDeviceFormatsInUse(int32_t device_id, |
+ int32_t session_id, |
+ GetDeviceFormatsInUseCallback callback) override; |
void DoError(VideoCaptureControllerID id); |
void DoEnded(VideoCaptureControllerID id); |