Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1554)

Unified Diff: media/formats/mp2t/es_parser_mpeg1audio.h

Issue 623263003: replace OVERRIDE and FINAL with override and final in media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/formats/mp2t/es_parser_h264.h ('k') | media/formats/mp2t/mp2t_stream_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp2t/es_parser_mpeg1audio.h
diff --git a/media/formats/mp2t/es_parser_mpeg1audio.h b/media/formats/mp2t/es_parser_mpeg1audio.h
index 8ae1c1bda2b45114e84ca3da7bb35e123424aa7f..f754d3b5d297cc476267f5c9297959398f773c07 100644
--- a/media/formats/mp2t/es_parser_mpeg1audio.h
+++ b/media/formats/mp2t/es_parser_mpeg1audio.h
@@ -37,7 +37,7 @@ class MEDIA_EXPORT EsParserMpeg1Audio : public EsParser {
virtual ~EsParserMpeg1Audio();
// EsParser implementation.
- virtual void Flush() OVERRIDE;
+ virtual void Flush() override;
private:
// Used to link a PTS with a byte position in the ES stream.
@@ -47,8 +47,8 @@ class MEDIA_EXPORT EsParserMpeg1Audio : public EsParser {
struct Mpeg1AudioFrame;
// EsParser implementation.
- virtual bool ParseFromEsQueue() OVERRIDE;
- virtual void ResetInternal() OVERRIDE;
+ virtual bool ParseFromEsQueue() override;
+ virtual void ResetInternal() override;
// Synchronize the stream on a Mpeg1 audio syncword (consuming bytes from
// |es_queue_| if needed).
« no previous file with comments | « media/formats/mp2t/es_parser_h264.h ('k') | media/formats/mp2t/mp2t_stream_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698