Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: components/component_updater/timer.cc

Issue 2837863004: Use base::OneShotTimer instead of base::Timer(false, false)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/component_updater/timer.h ('k') | components/cryptauth/sync_scheduler_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « components/component_updater/timer.h ('k') | components/cryptauth/sync_scheduler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698