Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / media / desktop_media_list_ash.h
index 2172256..2f35ea0 100644 (file)
@@ -37,16 +37,15 @@ class DesktopMediaListAsh : public DesktopMediaList {
   };
 
   explicit DesktopMediaListAsh(int source_types);
-  virtual ~DesktopMediaListAsh();
+  ~DesktopMediaListAsh() override;
 
   // DesktopMediaList interface.
-  virtual void SetUpdatePeriod(base::TimeDelta period) OVERRIDE;
-  virtual void SetThumbnailSize(const gfx::Size& thumbnail_size) OVERRIDE;
-  virtual void StartUpdating(DesktopMediaListObserver* observer) OVERRIDE;
-  virtual int GetSourceCount() const OVERRIDE;
-  virtual const Source& GetSource(int index) const OVERRIDE;
-  virtual void SetViewDialogWindowId(
-      content::DesktopMediaID::Id dialog_id) OVERRIDE;
+  void SetUpdatePeriod(base::TimeDelta period) override;
+  void SetThumbnailSize(const gfx::Size& thumbnail_size) override;
+  void StartUpdating(DesktopMediaListObserver* observer) override;
+  int GetSourceCount() const override;
+  const Source& GetSource(int index) const override;
+  void SetViewDialogWindowId(content::DesktopMediaID::Id dialog_id) override;
 
  private:
   // Struct used to represent sources list the model gets from the Worker.