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

Unified Diff: chrome/browser/media/media_capture_devices_dispatcher.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
« no previous file with comments | « chrome/browser/media/media_browsertest.h ('k') | chrome/browser/media/media_stream_capture_indicator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/media_capture_devices_dispatcher.h
diff --git a/chrome/browser/media/media_capture_devices_dispatcher.h b/chrome/browser/media/media_capture_devices_dispatcher.h
index a6930ad52979b6eeb918baab6b3c280bc7f5d606..ab8f43110c33b762fa01b66353cd9de31975fc77 100644
--- a/chrome/browser/media/media_capture_devices_dispatcher.h
+++ b/chrome/browser/media/media_capture_devices_dispatcher.h
@@ -132,17 +132,17 @@ class MediaCaptureDevicesDispatcher : public content::MediaObserver,
void DisableDeviceEnumerationForTesting();
// Overridden from content::MediaObserver:
- virtual void OnAudioCaptureDevicesChanged() OVERRIDE;
- virtual void OnVideoCaptureDevicesChanged() OVERRIDE;
+ virtual void OnAudioCaptureDevicesChanged() override;
+ virtual void OnVideoCaptureDevicesChanged() override;
virtual void OnMediaRequestStateChanged(
int render_process_id,
int render_frame_id,
int page_request_id,
const GURL& security_origin,
content::MediaStreamType stream_type,
- content::MediaRequestState state) OVERRIDE;
+ content::MediaRequestState state) override;
virtual void OnCreatingAudioStream(int render_process_id,
- int render_frame_id) OVERRIDE;
+ int render_frame_id) override;
scoped_refptr<MediaStreamCaptureIndicator> GetMediaStreamCaptureIndicator();
@@ -176,7 +176,7 @@ class MediaCaptureDevicesDispatcher : public content::MediaObserver,
// content::NotificationObserver implementation.
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
// Helpers for ProcessMediaAccessRequest().
void ProcessDesktopCaptureAccessRequest(
« no previous file with comments | « chrome/browser/media/media_browsertest.h ('k') | chrome/browser/media/media_stream_capture_indicator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698