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

Unified Diff: media/formats/mp2t/ts_section_pat.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/mp2t_stream_parser.h ('k') | media/formats/mp2t/ts_section_pes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp2t/ts_section_pat.h
diff --git a/media/formats/mp2t/ts_section_pat.h b/media/formats/mp2t/ts_section_pat.h
index f8079adc333c214a0d073086620475689d064a45..32e934eb01d7a3e3cad7373455aab94a82ccaa97 100644
--- a/media/formats/mp2t/ts_section_pat.h
+++ b/media/formats/mp2t/ts_section_pat.h
@@ -21,8 +21,8 @@ class TsSectionPat : public TsSectionPsi {
virtual ~TsSectionPat();
// TsSectionPsi implementation.
- virtual bool ParsePsiSection(BitReader* bit_reader) OVERRIDE;
- virtual void ResetPsiSection() OVERRIDE;
+ virtual bool ParsePsiSection(BitReader* bit_reader) override;
+ virtual void ResetPsiSection() override;
private:
RegisterPmtCb register_pmt_cb_;
« no previous file with comments | « media/formats/mp2t/mp2t_stream_parser.h ('k') | media/formats/mp2t/ts_section_pes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698