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

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

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/media_stream_capture_indicator.cc
diff --git a/chrome/browser/media/media_stream_capture_indicator.cc b/chrome/browser/media/media_stream_capture_indicator.cc
index f6b580666b110391f1a6b834984ca94b367be118..f7b4eadba864adc5e855d12bfba4d7b1ef27b6b2 100644
--- a/chrome/browser/media/media_stream_capture_indicator.cc
+++ b/chrome/browser/media/media_stream_capture_indicator.cc
@@ -156,7 +156,7 @@ class MediaStreamCaptureIndicator::WebContentsDeviceUsage
private:
// content::WebContentsObserver overrides.
- virtual void WebContentsDestroyed() OVERRIDE {
+ virtual void WebContentsDestroyed() override {
indicator_->UnregisterWebContents(web_contents());
delete this;
}
@@ -195,7 +195,7 @@ class MediaStreamCaptureIndicator::UIDelegate
private:
// content::MediaStreamUI interface.
virtual gfx::NativeViewId OnStarted(const base::Closure& close_callback)
- OVERRIDE {
+ override {
DCHECK(!started_);
started_ = true;
if (device_usage_.get())
« no previous file with comments | « chrome/browser/media/media_stream_capture_indicator.h ('k') | chrome/browser/media/media_stream_devices_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698