diff options
Diffstat (limited to 'base/timer_unittest.cc')
-rw-r--r-- | base/timer_unittest.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/timer_unittest.cc b/base/timer_unittest.cc index 814836b..4c2593f 100644 --- a/base/timer_unittest.cc +++ b/base/timer_unittest.cc @@ -295,6 +295,9 @@ TEST(TimerTest, FifoOrder) { class MockTimerManager : public TimerManager { public: + MockTimerManager() : TimerManager(MessageLoop::current()) { + } + // Pops the most-recent to fire timer and returns its timer id. // Returns -1 if there are no timers in the list. int pop() { |