diff options
Diffstat (limited to 'chrome/browser/chromeos/upgrade_detector_chromeos.h')
-rw-r--r-- | chrome/browser/chromeos/upgrade_detector_chromeos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/upgrade_detector_chromeos.h b/chrome/browser/chromeos/upgrade_detector_chromeos.h index 467c15b..d92b4d9 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_; |