Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / system / automatic_reboot_manager.h
index 1be4e2d..fba9cc7 100644 (file)
@@ -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);
 };