| 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_;
|
|
|
|
|