Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: content/renderer/media/video_capture_impl.h

Issue 960103002: Rename VideoCaptureImplManager to VideoCaptureService Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix some nits Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698