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

Unified Diff: components/timers/rtc_alarm.h

Issue 865973003: Update {virtual,override,final} to follow C++11 style in components, round 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix format 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 | « components/storage_monitor/storage_monitor_chromeos_unittest.cc ('k') | components/user_manager/user.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/timers/rtc_alarm.h
diff --git a/components/timers/rtc_alarm.h b/components/timers/rtc_alarm.h
index bbde8c7a8f8bffe1fab5b8e6c90575cdd9b29507..8cc06bd49a570b612a6dc5b6de6527b409e3c4f3 100644
--- a/components/timers/rtc_alarm.h
+++ b/components/timers/rtc_alarm.h
@@ -48,7 +48,7 @@ class RtcAlarm : public AlarmTimer::Delegate,
protected:
// Needs to be protected because AlarmTimer::Delegate is a refcounted class.
- virtual ~RtcAlarm();
+ ~RtcAlarm() override;
private:
// Actually performs the system calls to set up the timer. This must be
« no previous file with comments | « components/storage_monitor/storage_monitor_chromeos_unittest.cc ('k') | components/user_manager/user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698