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

Unified Diff: media/formats/mp2t/ts_section_pmt.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/ts_section_pes.h ('k') | media/formats/mp2t/ts_section_psi.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp2t/ts_section_pmt.h
diff --git a/media/formats/mp2t/ts_section_pmt.h b/media/formats/mp2t/ts_section_pmt.h
index c1b3d467cc37154d8440f4715b4df66fd5b09bc0..1d17c0685569db2f4179e4079a9d0951034a7056 100644
--- a/media/formats/mp2t/ts_section_pmt.h
+++ b/media/formats/mp2t/ts_section_pmt.h
@@ -24,8 +24,8 @@ class TsSectionPmt : public TsSectionPsi {
virtual ~TsSectionPmt();
// Mpeg2TsPsiParser implementation.
- virtual bool ParsePsiSection(BitReader* bit_reader) OVERRIDE;
- virtual void ResetPsiSection() OVERRIDE;
+ virtual bool ParsePsiSection(BitReader* bit_reader) override;
+ virtual void ResetPsiSection() override;
private:
RegisterPesCb register_pes_cb_;
« no previous file with comments | « media/formats/mp2t/ts_section_pes.h ('k') | media/formats/mp2t/ts_section_psi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698