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

Unified Diff: media/formats/mp2t/es_parser_h264.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_adts.h ('k') | media/formats/mp2t/es_parser_mpeg1audio.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp2t/es_parser_h264.h
diff --git a/media/formats/mp2t/es_parser_h264.h b/media/formats/mp2t/es_parser_h264.h
index dd9184d14207e8399248364b3efbeef30dfe9180..a6a67b572247e81984f1c7152ae867f84d7ab545 100644
--- a/media/formats/mp2t/es_parser_h264.h
+++ b/media/formats/mp2t/es_parser_h264.h
@@ -45,12 +45,12 @@ class MEDIA_EXPORT EsParserH264 : public EsParser {
virtual ~EsParserH264();
// EsParser implementation.
- virtual void Flush() OVERRIDE;
+ virtual void Flush() override;
private:
// EsParser implementation.
- virtual bool ParseFromEsQueue() OVERRIDE;
- virtual void ResetInternal() OVERRIDE;
+ virtual bool ParseFromEsQueue() override;
+ virtual void ResetInternal() override;
// Find the AUD located at or after |*stream_pos|.
// Return true if an AUD is found.
« no previous file with comments | « media/formats/mp2t/es_parser_adts.h ('k') | media/formats/mp2t/es_parser_mpeg1audio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698