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

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

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (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: 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 591422561e251b3550e178cdb66baa819d7533e2..78e85728d238a34d828fea42049c9a8e7ee4a95a 100644
--- a/ash/system/chromeos/session/last_window_closed_logout_reminder.h
+++ b/ash/system/chromeos/session/last_window_closed_logout_reminder.h
@@ -18,7 +18,7 @@ class LastWindowClosedLogoutReminder : public LastWindowClosedObserver {
LastWindowClosedLogoutReminder();
virtual ~LastWindowClosedLogoutReminder();
- virtual void OnLastWindowClosed() OVERRIDE;
+ virtual 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