| Index: media/formats/webm/webm_stream_parser.h
|
| diff --git a/media/formats/webm/webm_stream_parser.h b/media/formats/webm/webm_stream_parser.h
|
| index 8a41f3744ca8567214aeba53635fc1ee94844ae6..7a99f3a1666df41b5d430dd0cb0a312c90adb484 100644
|
| --- a/media/formats/webm/webm_stream_parser.h
|
| +++ b/media/formats/webm/webm_stream_parser.h
|
| @@ -29,9 +29,9 @@ class WebMStreamParser : public StreamParser {
|
| const NeedKeyCB& need_key_cb,
|
| const NewMediaSegmentCB& new_segment_cb,
|
| const base::Closure& end_of_segment_cb,
|
| - const LogCB& log_cb) OVERRIDE;
|
| - virtual void Flush() OVERRIDE;
|
| - virtual bool Parse(const uint8* buf, int size) OVERRIDE;
|
| + const LogCB& log_cb) override;
|
| + virtual void Flush() override;
|
| + virtual bool Parse(const uint8* buf, int size) override;
|
|
|
| private:
|
| enum State {
|
|
|