Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / media / formats / mp4 / box_definitions.h
index f823fee..89522a1 100644 (file)
@@ -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);