Index: media/formats/mp2t/es_parser_h264.h |
diff --git a/media/formats/mp2t/es_parser_h264.h b/media/formats/mp2t/es_parser_h264.h |
index dd9184d14207e8399248364b3efbeef30dfe9180..a6a67b572247e81984f1c7152ae867f84d7ab545 100644 |
--- a/media/formats/mp2t/es_parser_h264.h |
+++ b/media/formats/mp2t/es_parser_h264.h |
@@ -45,12 +45,12 @@ class MEDIA_EXPORT EsParserH264 : public EsParser { |
virtual ~EsParserH264(); |
// EsParser implementation. |
- virtual void Flush() OVERRIDE; |
+ virtual void Flush() override; |
private: |
// EsParser implementation. |
- virtual bool ParseFromEsQueue() OVERRIDE; |
- virtual void ResetInternal() OVERRIDE; |
+ virtual bool ParseFromEsQueue() override; |
+ virtual void ResetInternal() override; |
// Find the AUD located at or after |*stream_pos|. |
// Return true if an AUD is found. |