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

Unified Diff: media/cdm/player_tracker_impl.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/cdm/aes_decryptor.h ('k') | media/cdm/ppapi/cdm_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/player_tracker_impl.h
diff --git a/media/cdm/player_tracker_impl.h b/media/cdm/player_tracker_impl.h
index bcbeaf8c3c2ac6b5a76a5c1ff4824b08a8b42b43..768f5a682893c8af20f560c23bf7a30879e5b414 100644
--- a/media/cdm/player_tracker_impl.h
+++ b/media/cdm/player_tracker_impl.h
@@ -25,8 +25,8 @@ class MEDIA_EXPORT PlayerTrackerImpl : public PlayerTracker {
// PlayerTracker implementation.
virtual int RegisterPlayer(const base::Closure& new_key_cb,
- const base::Closure& cdm_unset_cb) OVERRIDE;
- virtual void UnregisterPlayer(int registration_id) OVERRIDE;
+ const base::Closure& cdm_unset_cb) override;
+ virtual void UnregisterPlayer(int registration_id) override;
// Helpers methods to fire registered callbacks.
void NotifyNewKey();
« no previous file with comments | « media/cdm/aes_decryptor.h ('k') | media/cdm/ppapi/cdm_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698