Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / media / formats / mp2t / es_parser_adts.h
index 55516b7..39998ec 100644 (file)
@@ -36,14 +36,14 @@ class MEDIA_EXPORT EsParserAdts : public EsParser {
   virtual ~EsParserAdts();
 
   // EsParser implementation.
-  virtual void Flush() OVERRIDE;
+  virtual void Flush() override;
 
  private:
   struct AdtsFrame;
 
   // EsParser implementation.
-  virtual bool ParseFromEsQueue() OVERRIDE;
-  virtual void ResetInternal() OVERRIDE;
+  virtual bool ParseFromEsQueue() override;
+  virtual void ResetInternal() override;
 
   // Synchronize the stream on an ADTS syncword (consuming bytes from
   // |es_queue_| if needed).