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

Unified Diff: chrome/browser/upgrade_detector_impl.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 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 | « chrome/browser/upgrade_detector.h ('k') | chrome/test/base/tracing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/upgrade_detector_impl.h
diff --git a/chrome/browser/upgrade_detector_impl.h b/chrome/browser/upgrade_detector_impl.h
index f5a5a1c21b3c3ffcc0fb9bfc3fbb033eb5b49550..7beaf31cf660737d230213522041fe9d616d7075 100644
--- a/chrome/browser/upgrade_detector_impl.h
+++ b/chrome/browser/upgrade_detector_impl.h
@@ -74,11 +74,11 @@ class UpgradeDetectorImpl : public UpgradeDetector,
base::WeakPtr<UpgradeDetectorImpl> upgrade_detector);
// We periodically check to see if Chrome has been upgraded.
- base::RepeatingTimer<UpgradeDetectorImpl> detect_upgrade_timer_;
+ base::RepeatingTimer detect_upgrade_timer_;
// After we detect an upgrade we start a recurring timer to see if enough time
// has passed and we should start notifying the user.
- base::RepeatingTimer<UpgradeDetectorImpl> upgrade_notification_timer_;
+ base::RepeatingTimer upgrade_notification_timer_;
// True if this build is a dev or canary channel build.
bool is_unstable_channel_;
« no previous file with comments | « chrome/browser/upgrade_detector.h ('k') | chrome/test/base/tracing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698