| 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 86b1e4bd245e7b68e32d4adc3a9cd0d70926cc96..a24b9daee2fdf4dd72d3ca579843426a0abfd6ab 100644
|
| --- a/content/renderer/media/video_capture_impl.h
|
| +++ b/content/renderer/media/video_capture_impl.h
|
| @@ -11,10 +11,10 @@
|
| // from browser process.
|
| //
|
| // VideoCaptureImpl is an IO thread only object. See the comments in
|
| -// video_capture_impl_manager.cc for the lifetime of this object.
|
| +// video_capture_service.cc for the lifetime of this object.
|
| // All methods must be called on the IO thread.
|
| //
|
| -// This is an internal class used by VideoCaptureImplManager only. Do not access
|
| +// This is an internal class used by VideoCaptureService only. Do not access
|
| // this directly.
|
|
|
| #ifndef CONTENT_RENDERER_MEDIA_VIDEO_CAPTURE_IMPL_H_
|
|
|