| Index: media/cast/video_receiver/video_receiver.h
|
| diff --git a/media/cast/video_receiver/video_receiver.h b/media/cast/video_receiver/video_receiver.h
|
| index 4852794b90148c6bd55d1132b850a3ea2610c08f..697657e92e3ebb40700b8ba114d86080f6a16a2d 100644
|
| --- a/media/cast/video_receiver/video_receiver.h
|
| +++ b/media/cast/video_receiver/video_receiver.h
|
| @@ -166,7 +166,7 @@ class VideoReceiver : public RtpReceiver,
|
| // EmitAvailableEncodedFrames().
|
| bool is_waiting_for_consecutive_frame_;
|
|
|
| - // This mapping allows us to log kVideoAckSent as a frame event. In addition
|
| + // This mapping allows us to log FRAME_ACK_SENT as a frame event. In addition
|
| // it allows the event to be transmitted via RTCP.
|
| RtpTimestamp frame_id_to_rtp_timestamp_[256];
|
|
|
|
|