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

Unified Diff: base/timer/timer.h

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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/timer/timer.h
diff --git a/base/timer/timer.h b/base/timer/timer.h
index 7e2c1d41f134aa7bdc1c950c01c7645a782cc184..ea34a9fc7b8dc41ad336ec5b0aeee7bf558226e5 100644
--- a/base/timer/timer.h
+++ b/base/timer/timer.h
@@ -259,7 +259,7 @@ class DelayTimer : protected Timer {
base::Bind(method, base::Unretained(receiver)),
false) {}
- void Reset() { Timer::Reset(); }
+ void Reset() override { Timer::Reset(); }
};
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698