X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fmedia%2Fdesktop_media_list_ash.h;h=2f35ea0a3748072cf1ddcc25da5297f3e33ab3bc;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=21722565ec2868b441b04b9357b57bbeb487fda0;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/media/desktop_media_list_ash.h b/src/chrome/browser/media/desktop_media_list_ash.h index 2172256..2f35ea0 100644 --- a/src/chrome/browser/media/desktop_media_list_ash.h +++ b/src/chrome/browser/media/desktop_media_list_ash.h @@ -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.