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

Unified Diff: chrome/browser/ui/screen_capture_notification_ui.h

Issue 671653002: Standardize usage of virtual/override/final in chrome/browser/ui/ (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/screen_capture_notification_ui.h
diff --git a/chrome/browser/ui/screen_capture_notification_ui.h b/chrome/browser/ui/screen_capture_notification_ui.h
index c3d3dbea4af64a9f14f305f1ad8cbc0598e53a9c..3d21af00fac164e7ce8600e2db5f7ebad3a766db 100644
--- a/chrome/browser/ui/screen_capture_notification_ui.h
+++ b/chrome/browser/ui/screen_capture_notification_ui.h
@@ -13,7 +13,7 @@
// is being captured.
class ScreenCaptureNotificationUI : public content::MediaStreamUI {
public:
- virtual ~ScreenCaptureNotificationUI() {}
+ ~ScreenCaptureNotificationUI() override {}
// Creates platform-specific screen capture notification UI. |text| specifies
// the text that should be shown in the notification.

Powered by Google App Engine
This is Rietveld 408576698