| Index: media/formats/mpeg/mpeg1_audio_stream_parser.h
|
| diff --git a/media/formats/mpeg/mpeg1_audio_stream_parser.h b/media/formats/mpeg/mpeg1_audio_stream_parser.h
|
| index a5f98263b1f0c974575e0a0a3e97850b596d3a56..0f33f507c4c6bd4cfb80d0c45615b234aa84c873 100644
|
| --- a/media/formats/mpeg/mpeg1_audio_stream_parser.h
|
| +++ b/media/formats/mpeg/mpeg1_audio_stream_parser.h
|
| @@ -78,7 +78,7 @@ class MEDIA_EXPORT MPEG1AudioStreamParser : public MPEGAudioStreamParserBase {
|
| int* sample_rate,
|
| ChannelLayout* channel_layout,
|
| int* sample_count,
|
| - bool* metadata_frame) const OVERRIDE;
|
| + bool* metadata_frame) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MPEG1AudioStreamParser);
|
| };
|
|
|