| Index: chrome/browser/upgrade_detector.h
|
| diff --git a/chrome/browser/upgrade_detector.h b/chrome/browser/upgrade_detector.h
|
| index e117a67c48d3bbadc8ac1a31caafac1d492f24de..8cb48853449ff9e00a0cec16c10f4a1a038fc825 100644
|
| --- a/chrome/browser/upgrade_detector.h
|
| +++ b/chrome/browser/upgrade_detector.h
|
| @@ -163,7 +163,7 @@ class UpgradeDetector {
|
| // A timer to check to see if we've been idle for long enough to show the
|
| // critical warning. Should only be set if |upgrade_available_| is
|
| // UPGRADE_AVAILABLE_CRITICAL.
|
| - base::RepeatingTimer<UpgradeDetector> idle_check_timer_;
|
| + base::RepeatingTimer idle_check_timer_;
|
|
|
| // The stage at which the annoyance level for upgrade notifications is at.
|
| UpgradeNotificationAnnoyanceLevel upgrade_notification_stage_;
|
|
|