Index: webrtc/video_frame.h |
diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h |
index d70a746daeb49334193c99d522cefd275615981c..b71e0aaae97fafc61566793733399e758e4e7d8d 100644 |
--- a/webrtc/video_frame.h |
+++ b/webrtc/video_frame.h |
@@ -27,7 +27,7 @@ class VideoFrame { |
VideoRotation rotation); |
// TODO(pbos): Make all create/copy functions void, they should not be able to |
- // fail (which should be DCHECK/CHECKed instead). |
+ // fail (which should be RTC_DCHECK/CHECKed instead). |
// CreateEmptyFrame: Sets frame dimensions and allocates buffers based |
// on set dimensions - height and plane stride. |