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

Unified Diff: base/time/default_tick_clock.h

Issue 614103004: replace 'virtual ... OVERRIDE' with '... override' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: process base/ Created 6 years, 3 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: base/time/default_tick_clock.h
diff --git a/base/time/default_tick_clock.h b/base/time/default_tick_clock.h
index 553a8d28e8e3339b7ce50df4f67c0af4b05bd333..b0f6a78731173809e89aa4fbfa179ab3663c53d2 100644
--- a/base/time/default_tick_clock.h
+++ b/base/time/default_tick_clock.h
@@ -17,7 +17,7 @@ class BASE_EXPORT DefaultTickClock : public TickClock {
virtual ~DefaultTickClock();
// Simply returns TimeTicks::Now().
- virtual TimeTicks NowTicks() OVERRIDE;
+ TimeTicks NowTicks() override;
};
} // namespace base
« base/i18n/rtl.cc ('K') | « base/time/default_clock.h ('k') | base/time/pr_time_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698