| Index: media/formats/webm/webm_video_client.h
|
| diff --git a/media/formats/webm/webm_video_client.h b/media/formats/webm/webm_video_client.h
|
| index 5545e0a203edec02b18705d0068b17d8c4110697..73e39552a8326753f0d02f31444bc89948756c0a 100644
|
| --- a/media/formats/webm/webm_video_client.h
|
| +++ b/media/formats/webm/webm_video_client.h
|
| @@ -37,9 +37,9 @@ class WebMVideoClient : public WebMParserClient {
|
|
|
| private:
|
| // WebMParserClient implementation.
|
| - virtual bool OnUInt(int id, int64 val) OVERRIDE;
|
| - virtual bool OnBinary(int id, const uint8* data, int size) OVERRIDE;
|
| - virtual bool OnFloat(int id, double val) OVERRIDE;
|
| + virtual bool OnUInt(int id, int64 val) override;
|
| + virtual bool OnBinary(int id, const uint8* data, int size) override;
|
| + virtual bool OnFloat(int id, double val) override;
|
|
|
| LogCB log_cb_;
|
| int64 pixel_width_;
|
|
|