Index: components/component_updater/timer.cc |
diff --git a/components/component_updater/timer.cc b/components/component_updater/timer.cc |
index e3c79ece2088a7fbaffd8b182b578fa9700cfdba..fbd6c8bd1de66d729af848baf494abc1bd115a84 100644 |
--- a/components/component_updater/timer.cc |
+++ b/components/component_updater/timer.cc |
@@ -10,8 +10,7 @@ |
namespace component_updater { |
-Timer::Timer() : timer_(false, false) { |
-} |
+Timer::Timer() {} |
Timer::~Timer() { |
DCHECK(thread_checker_.CalledOnValidThread()); |