Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / media / cdm / player_tracker_impl.h
index bcbeaf8..6d4cee3 100644 (file)
@@ -21,12 +21,12 @@ namespace media {
 class MEDIA_EXPORT PlayerTrackerImpl : public PlayerTracker {
  public:
   PlayerTrackerImpl();
-  virtual ~PlayerTrackerImpl();
+  ~PlayerTrackerImpl() override;
 
   // 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;
+  int RegisterPlayer(const base::Closure& new_key_cb,
+                     const base::Closure& cdm_unset_cb) override;
+  void UnregisterPlayer(int registration_id) override;
 
   // Helpers methods to fire registered callbacks.
   void NotifyNewKey();