Index: webrtc/api/androidvideocapturer.cc |
diff --git a/webrtc/api/androidvideocapturer.cc b/webrtc/api/androidvideocapturer.cc |
index 4311fd7a2ea2fc9e727bf1d02b23d0bf2554d709..cf695c49919117904276bbfcf13d8abe14852865 100644 |
--- a/webrtc/api/androidvideocapturer.cc |
+++ b/webrtc/api/androidvideocapturer.cc |
@@ -226,7 +226,7 @@ void AndroidVideoCapturer::OnOutputFormatRequest( |
bool AndroidVideoCapturer::GetBestCaptureFormat( |
const cricket::VideoFormat& desired, |
cricket::VideoFormat* best_format) { |
- // Delegate this choice to VideoCapturerAndroid.startCapture(). |
+ // Delegate this choice to VideoCapturer.startCapture(). |
*best_format = desired; |
return true; |
} |