Chromium Code Reviews| Index: components/component_updater/timer.h |
| diff --git a/components/component_updater/timer.h b/components/component_updater/timer.h |
| index 8b728996a96cf62f5c26bd9ee38ef0377b3890b4..12c6c5107ccc04d6c8c7620d06efd2843a8077e8 100644 |
| --- a/components/component_updater/timer.h |
| +++ b/components/component_updater/timer.h |
| @@ -29,7 +29,7 @@ class Timer { |
| base::ThreadChecker thread_checker_; |
| - base::Timer timer_; |
| + base::OneShotTimer timer_; |
| base::TimeDelta delay_; |
| base::Closure user_task_; |