Index: content/renderer/media/video_capture_impl.h |
diff --git a/content/renderer/media/video_capture_impl.h b/content/renderer/media/video_capture_impl.h |
index b5c19c036296d716176cb8b14785ae38b9ef9e5d..d7439ec1f3bc8cd6b682d285fd28e134c46b0fba 100644 |
--- a/content/renderer/media/video_capture_impl.h |
+++ b/content/renderer/media/video_capture_impl.h |
@@ -98,7 +98,7 @@ class CONTENT_EXPORT VideoCaptureImpl |
ClientInfo clients_pending_on_filter_; |
ClientInfo clients_pending_on_restart_; |
- media::VideoFrame::Format video_type_; |
+ media::VideoCaptureCapability::Format video_type_; |
// The parameter is being used in current capture session. A capture session |
// starts with StartCapture and ends with StopCapture. |