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

Unified Diff: chrome/browser/chromeos/upgrade_detector_chromeos.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: . 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
Index: chrome/browser/chromeos/upgrade_detector_chromeos.h
diff --git a/chrome/browser/chromeos/upgrade_detector_chromeos.h b/chrome/browser/chromeos/upgrade_detector_chromeos.h
index 467c15b62e9199f76c3c6840149fa9b1ac5b493b..d92b4d9ffab0d2a5eba517fe85d47140c9c36303 100644
--- a/chrome/browser/chromeos/upgrade_detector_chromeos.h
+++ b/chrome/browser/chromeos/upgrade_detector_chromeos.h
@@ -51,7 +51,7 @@ class UpgradeDetectorChromeos : public UpgradeDetector,
// 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<UpgradeDetectorChromeos> upgrade_notification_timer_;
+ base::RepeatingTimer upgrade_notification_timer_;
bool initialized_;
base::Time upgrade_detected_time_;

Powered by Google App Engine
This is Rietveld 408576698