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

Unified Diff: chrome/browser/ui/ash/media_delegate_chromeos.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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
Index: chrome/browser/ui/ash/media_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/media_delegate_chromeos.h b/chrome/browser/ui/ash/media_delegate_chromeos.h
index f8d8317244715bfdeaf2b132e9a9e8464dc5f5df..f2fab1e816783e1605aeb57849c897756d0f577e 100644
--- a/chrome/browser/ui/ash/media_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/media_delegate_chromeos.h
@@ -16,17 +16,17 @@ class MediaDelegateChromeOS : public ash::MediaDelegate,
virtual ~MediaDelegateChromeOS();
// ash::MediaDelegate:
- virtual void HandleMediaNextTrack() OVERRIDE;
- virtual void HandleMediaPlayPause() OVERRIDE;
- virtual void HandleMediaPrevTrack() OVERRIDE;
+ virtual void HandleMediaNextTrack() override;
+ virtual void HandleMediaPlayPause() override;
+ virtual void HandleMediaPrevTrack() override;
virtual ash::MediaCaptureState GetMediaCaptureState(
- content::BrowserContext* context) OVERRIDE;
+ content::BrowserContext* context) override;
// MediaCaptureDevicesDispatcher::Observer:
virtual void OnRequestUpdate(int render_process_id,
int render_frame_id,
content::MediaStreamType stream_type,
- const content::MediaRequestState state) OVERRIDE;
+ const content::MediaRequestState state) override;
private:
void NotifyMediaCaptureChange();

Powered by Google App Engine
This is Rietveld 408576698