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

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

Issue 665323004: Standardize usage of virtual/override/final in chrome/browser/media (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/media/media_stream_capture_indicator.h
diff --git a/chrome/browser/media/media_stream_capture_indicator.h b/chrome/browser/media/media_stream_capture_indicator.h
index cb069628747ad60bcace3974482f56a6e60d6912..13ebfbab769c9cb177b5ccb1e66d567efd8071ea 100644
--- a/chrome/browser/media/media_stream_capture_indicator.h
+++ b/chrome/browser/media/media_stream_capture_indicator.h
@@ -41,7 +41,7 @@ class MediaStreamCaptureIndicator
const content::MediaStreamDevices& devices);
// Overrides from StatusIconMenuModel::Delegate implementation.
- virtual void ExecuteCommand(int command_id, int event_flags) override;
+ void ExecuteCommand(int command_id, int event_flags) override;
// Returns true if the |web_contents| is capturing user media (e.g., webcam or
// microphone input).
@@ -63,7 +63,7 @@ class MediaStreamCaptureIndicator
friend class WebContentsDeviceUsage;
friend class base::RefCountedThreadSafe<MediaStreamCaptureIndicator>;
- virtual ~MediaStreamCaptureIndicator();
+ ~MediaStreamCaptureIndicator() override;
// Following functions/variables are executed/accessed only on UI thread.

Powered by Google App Engine
This is Rietveld 408576698