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

Unified Diff: ash/system/chromeos/session/last_window_closed_logout_reminder.h

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
Index: ash/system/chromeos/session/last_window_closed_logout_reminder.h
diff --git a/ash/system/chromeos/session/last_window_closed_logout_reminder.h b/ash/system/chromeos/session/last_window_closed_logout_reminder.h
index 78e85728d238a34d828fea42049c9a8e7ee4a95a..ad1881604d56877562f12e66ed328fc468f00e78 100644
--- a/ash/system/chromeos/session/last_window_closed_logout_reminder.h
+++ b/ash/system/chromeos/session/last_window_closed_logout_reminder.h
@@ -16,9 +16,9 @@ namespace ash {
class LastWindowClosedLogoutReminder : public LastWindowClosedObserver {
public:
LastWindowClosedLogoutReminder();
- virtual ~LastWindowClosedLogoutReminder();
+ ~LastWindowClosedLogoutReminder() override;
- virtual void OnLastWindowClosed() override;
+ void OnLastWindowClosed() override;
private:
DISALLOW_COPY_AND_ASSIGN(LastWindowClosedLogoutReminder);
« no previous file with comments | « ash/system/chromeos/screen_security/screen_tray_item_unittest.cc ('k') | ash/system/chromeos/session/logout_button_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698