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

Unified Diff: ash/system/user/user_card_view.cc

Issue 800983006: Update {virtual,override,final} to follow C++11 style in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Workaround Created 5 years, 11 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 | « ash/system/tray/media_security/multi_profile_media_tray_item.cc ('k') | ash/touch/touch_observer_hud.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/user_card_view.cc
diff --git a/ash/system/user/user_card_view.cc b/ash/system/user/user_card_view.cc
index 8d734bc5459bf1905f510867edc0bdf370820dde..8cb27e5e2aec1335304ef26787b9f2106e81e953 100644
--- a/ash/system/user/user_card_view.cc
+++ b/ash/system/user/user_card_view.cc
@@ -74,13 +74,13 @@ class MediaIndicator : public views::View, public MediaCaptureObserver {
set_id(VIEW_ID_USER_VIEW_MEDIA_INDICATOR);
}
- virtual ~MediaIndicator() {
+ ~MediaIndicator() override {
Shell::GetInstance()->system_tray_notifier()->RemoveMediaCaptureObserver(
this);
}
// MediaCaptureObserver:
- virtual void OnMediaCaptureChanged() override {
+ void OnMediaCaptureChanged() override {
Shell* shell = Shell::GetInstance();
content::BrowserContext* context =
shell->session_state_delegate()->GetBrowserContextByIndex(index_);
« no previous file with comments | « ash/system/tray/media_security/multi_profile_media_tray_item.cc ('k') | ash/touch/touch_observer_hud.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698