Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1257)

Unified Diff: media/formats/webm/webm_cluster_parser.h

Issue 623263003: replace OVERRIDE and FINAL with override and final in media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/formats/webm/webm_audio_client.h ('k') | media/formats/webm/webm_content_encodings_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/webm/webm_cluster_parser.h
diff --git a/media/formats/webm/webm_cluster_parser.h b/media/formats/webm/webm_cluster_parser.h
index 1f1820505506088b44508e62b6ad7ed7107a9ca1..d7d78cbc84195028a4fae9b41f81d33b38e9f8d9 100644
--- a/media/formats/webm/webm_cluster_parser.h
+++ b/media/formats/webm/webm_cluster_parser.h
@@ -191,10 +191,10 @@ class MEDIA_EXPORT WebMClusterParser : public WebMParserClient {
private:
// WebMParserClient methods.
- virtual WebMParserClient* OnListStart(int id) OVERRIDE;
- virtual bool OnListEnd(int id) OVERRIDE;
- virtual bool OnUInt(int id, int64 val) OVERRIDE;
- virtual bool OnBinary(int id, const uint8* data, int size) OVERRIDE;
+ virtual WebMParserClient* OnListStart(int id) override;
+ virtual bool OnListEnd(int id) override;
+ virtual bool OnUInt(int id, int64 val) override;
+ virtual bool OnBinary(int id, const uint8* data, int size) override;
bool ParseBlock(bool is_simple_block, const uint8* buf, int size,
const uint8* additional, int additional_size, int duration,
« no previous file with comments | « media/formats/webm/webm_audio_client.h ('k') | media/formats/webm/webm_content_encodings_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698