Index: base/timer/timer.cc |
diff --git a/base/timer/timer.cc b/base/timer/timer.cc |
index fa6b8cd2724a034ecf7d5fea48bad4e41884ee97..6800dd390d1a382be81369386d50e364777c3446 100644 |
--- a/base/timer/timer.cc |
+++ b/base/timer/timer.cc |
@@ -215,4 +215,8 @@ void Timer::RunScheduledTask() { |
// No more member accesses here: *this could be deleted at this point. |
} |
+void DelayTimer::Reset() { |
+ Timer::Reset(); |
+} |
+ |
} // namespace base |