Index: content/browser/renderer_host/media/desktop_capture_device.h |
diff --git a/content/browser/renderer_host/media/desktop_capture_device.h b/content/browser/renderer_host/media/desktop_capture_device.h |
index 84422d3c5c9a1b5d319853ff371bf017acdb9435..8f60c7de1b8eae2bc7525ca91c5e0553b7f5df83 100644 |
--- a/content/browser/renderer_host/media/desktop_capture_device.h |
+++ b/content/browser/renderer_host/media/desktop_capture_device.h |
@@ -25,7 +25,7 @@ struct DesktopMediaID; |
// DesktopCaptureDevice implements VideoCaptureDevice for screens and windows. |
// It's essentially an adapter between webrtc::DesktopCapturer and |
// VideoCaptureDevice. |
-class CONTENT_EXPORT DesktopCaptureDevice : public media::VideoCaptureDevice { |
+class CONTENT_EXPORT DesktopCaptureDevice : public media::VideoCaptureDevice1 { |
public: |
// Creates capturer for the specified |source| and then creates |
// DesktopCaptureDevice for it. May return NULL in case of a failure (e.g. if |