diff options
Diffstat (limited to 'base/timer_unittest.cc')
-rw-r--r-- | base/timer_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/timer_unittest.cc b/base/timer_unittest.cc index 4349245f..665a066 100644 --- a/base/timer_unittest.cc +++ b/base/timer_unittest.cc @@ -95,7 +95,7 @@ void RunTest_OneShotTimer_Cancel(MessageLoop::Type message_loop_type) { // Now start the timer. a->Start(); - + bool did_run_b = false; OneShotTimerTester b(&did_run_b); b.Start(); |