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

Unified Diff: media/formats/mp2t/es_parser_adts.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/common/offset_byte_queue_unittest.cc ('k') | media/formats/mp2t/es_parser_h264.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp2t/es_parser_adts.h
diff --git a/media/formats/mp2t/es_parser_adts.h b/media/formats/mp2t/es_parser_adts.h
index 55516b70619aa0842dd2a7b8d5683ba8c405be14..39998ecf24f320c0e8b45fe20e9437803f4399fb 100644
--- a/media/formats/mp2t/es_parser_adts.h
+++ b/media/formats/mp2t/es_parser_adts.h
@@ -36,14 +36,14 @@ class MEDIA_EXPORT EsParserAdts : public EsParser {
virtual ~EsParserAdts();
// EsParser implementation.
- virtual void Flush() OVERRIDE;
+ virtual void Flush() override;
private:
struct AdtsFrame;
// EsParser implementation.
- virtual bool ParseFromEsQueue() OVERRIDE;
- virtual void ResetInternal() OVERRIDE;
+ virtual bool ParseFromEsQueue() override;
+ virtual void ResetInternal() override;
// Synchronize the stream on an ADTS syncword (consuming bytes from
// |es_queue_| if needed).
« no previous file with comments | « media/formats/common/offset_byte_queue_unittest.cc ('k') | media/formats/mp2t/es_parser_h264.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698