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

Unified Diff: media/formats/mp4/box_definitions.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_psi.h ('k') | media/formats/mp4/box_reader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp4/box_definitions.h
diff --git a/media/formats/mp4/box_definitions.h b/media/formats/mp4/box_definitions.h
index f823fee96623369472f349871c5b1add4244284f..89522a18656166b77f0ced4b59a2047954865abf 100644
--- a/media/formats/mp4/box_definitions.h
+++ b/media/formats/mp4/box_definitions.h
@@ -33,8 +33,8 @@ enum SampleFlags {
#define DECLARE_BOX_METHODS(T) \
T(); \
virtual ~T(); \
- virtual bool Parse(BoxReader* reader) OVERRIDE; \
- virtual FourCC BoxType() const OVERRIDE; \
+ virtual bool Parse(BoxReader* reader) override; \
+ virtual FourCC BoxType() const override; \
struct MEDIA_EXPORT FileType : Box {
DECLARE_BOX_METHODS(FileType);
« no previous file with comments | « media/formats/mp2t/ts_section_psi.h ('k') | media/formats/mp4/box_reader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698