Index: content/renderer/media/video_capture_impl.cc |
diff --git a/content/renderer/media/video_capture_impl.cc b/content/renderer/media/video_capture_impl.cc |
index 7f395cd97e6f8ba8358a190ef4ff6c7345da66ca..f50772e0b15905333cb02a0d9aed0bae9102947b 100644 |
--- a/content/renderer/media/video_capture_impl.cc |
+++ b/content/renderer/media/video_capture_impl.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
// |
-// Notes about usage of this object by VideoCaptureImplManager. |
+// Notes about usage of this object by VideoCaptureService. |
// |
-// VideoCaptureImplManager access this object by using a Unretained() |
+// VideoCaptureService access this object by using a Unretained() |
// binding and tasks on the IO thread. It is then important that |
// VideoCaptureImpl never post task to itself. All operations must be |
// synchronous. |