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

Unified Diff: components/timers/alarm_timer.h

Issue 684513002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: components/timers/alarm_timer.h
diff --git a/components/timers/alarm_timer.h b/components/timers/alarm_timer.h
index f43a4fb9348852d8faa76af3180ca3f8ebaf7257..29eebc8a62186bb8f0979cfc13df062676b37d43 100644
--- a/components/timers/alarm_timer.h
+++ b/components/timers/alarm_timer.h
@@ -59,7 +59,7 @@ class AlarmTimer : public base::Timer,
const base::Closure& user_task,
bool is_repeating);
- virtual ~AlarmTimer();
+ ~AlarmTimer() override;
// Timer overrides.
void Stop() override;

Powered by Google App Engine
This is Rietveld 408576698