| 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);
|
|
|