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

Unified Diff: base/threading/watchdog_unittest.cc

Issue 10004001: Add virtual and OVERRIDE to base/ implementation files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/threading/watchdog_unittest.cc
diff --git a/base/threading/watchdog_unittest.cc b/base/threading/watchdog_unittest.cc
index 51e49df5d9ea62b6fb8a70924176e3784ebd5abf..4edcda8060fb4d36c73ff3ea11da4d7fa408922a 100644
--- a/base/threading/watchdog_unittest.cc
+++ b/base/threading/watchdog_unittest.cc
@@ -27,7 +27,7 @@ class WatchdogCounter : public Watchdog {
virtual ~WatchdogCounter() {}
- virtual void Alarm() {
+ virtual void Alarm() OVERRIDE {
alarm_counter_++;
Watchdog::Alarm();
}

Powered by Google App Engine
This is Rietveld 408576698