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

Unified Diff: chrome/browser/media/desktop_media_list_ash.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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
Index: chrome/browser/media/desktop_media_list_ash.h
diff --git a/chrome/browser/media/desktop_media_list_ash.h b/chrome/browser/media/desktop_media_list_ash.h
index 21722565ec2868b441b04b9357b57bbeb487fda0..2386026901c346a637739458ca5dd57715dc4895 100644
--- a/chrome/browser/media/desktop_media_list_ash.h
+++ b/chrome/browser/media/desktop_media_list_ash.h
@@ -40,13 +40,13 @@ class DesktopMediaListAsh : public DesktopMediaList {
virtual ~DesktopMediaListAsh();
// 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 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;
+ content::DesktopMediaID::Id dialog_id) override;
private:
// Struct used to represent sources list the model gets from the Worker.
« no previous file with comments | « chrome/browser/media/chrome_webrtc_webcam_browsertest.cc ('k') | chrome/browser/media/encrypted_media_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698