Index: chrome/browser/chromeos/system/automatic_reboot_manager.h |
diff --git a/chrome/browser/chromeos/system/automatic_reboot_manager.h b/chrome/browser/chromeos/system/automatic_reboot_manager.h |
index 1be4e2d3367abb8bc1480668df38da1a0178c5ab..fba9cc74b449b94446fe4aef4c2264c7359b3427 100644 |
--- a/chrome/browser/chromeos/system/automatic_reboot_manager.h |
+++ b/chrome/browser/chromeos/system/automatic_reboot_manager.h |
@@ -164,10 +164,10 @@ class AutomaticRebootManager : public PowerManagerClient::Observer, |
scoped_ptr<base::OneShotTimer<AutomaticRebootManager> > grace_start_timer_; |
scoped_ptr<base::OneShotTimer<AutomaticRebootManager> > grace_end_timer_; |
- base::WeakPtrFactory<AutomaticRebootManager> weak_ptr_factory_; |
- |
ObserverList<AutomaticRebootManagerObserver, true> observers_; |
+ base::WeakPtrFactory<AutomaticRebootManager> weak_ptr_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(AutomaticRebootManager); |
}; |