| Index: media/cast/audio_receiver/audio_receiver.h
|
| diff --git a/media/cast/audio_receiver/audio_receiver.h b/media/cast/audio_receiver/audio_receiver.h
|
| index 6aae1361afe8367d6195f747afe6be50f4d4574f..5cc8f88f4cd44029d9b60d0da040bd48cdbb4f14 100644
|
| --- a/media/cast/audio_receiver/audio_receiver.h
|
| +++ b/media/cast/audio_receiver/audio_receiver.h
|
| @@ -168,7 +168,7 @@ class AudioReceiver : public RtpReceiver,
|
| // EmitAvailableEncodedFrames().
|
| bool is_waiting_for_consecutive_frame_;
|
|
|
| - // This mapping allows us to log kAudioAckSent as a frame event. In addition
|
| + // This mapping allows us to log AUDIO_ACK_SENT as a frame event. In addition
|
| // it allows the event to be transmitted via RTCP.
|
| RtpTimestamp frame_id_to_rtp_timestamp_[256];
|
|
|
|
|