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

Unified Diff: media/formats/mp2t/ts_section_pes.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_pat.h ('k') | media/formats/mp2t/ts_section_pmt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp2t/ts_section_pes.h
diff --git a/media/formats/mp2t/ts_section_pes.h b/media/formats/mp2t/ts_section_pes.h
index 56aa8835f61c1c5fa2071fd7999ba11170d711d0..23091462a429830a6dca30f3dc8d63609da75887 100644
--- a/media/formats/mp2t/ts_section_pes.h
+++ b/media/formats/mp2t/ts_section_pes.h
@@ -25,9 +25,9 @@ class TsSectionPes : public TsSection {
// TsSection implementation.
virtual bool Parse(bool payload_unit_start_indicator,
- const uint8* buf, int size) OVERRIDE;
- virtual void Flush() OVERRIDE;
- virtual void Reset() OVERRIDE;
+ const uint8* buf, int size) override;
+ virtual void Flush() override;
+ virtual void Reset() override;
private:
// Emit a reassembled PES packet.
« no previous file with comments | « media/formats/mp2t/ts_section_pat.h ('k') | media/formats/mp2t/ts_section_pmt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698