| Index: chrome/browser/chromeos/system/automatic_reboot_manager.cc
|
| diff --git a/chrome/browser/chromeos/system/automatic_reboot_manager.cc b/chrome/browser/chromeos/system/automatic_reboot_manager.cc
|
| index cdf07d44e59b3041ce64c3fb134f4be85d2d8f52..a6b95e802efe7cee124a5e6c3c13bfb7cfd60252 100644
|
| --- a/chrome/browser/chromeos/system/automatic_reboot_manager.cc
|
| +++ b/chrome/browser/chromeos/system/automatic_reboot_manager.cc
|
| @@ -12,7 +12,6 @@
|
| #include <string>
|
|
|
| #include "ash/shell.h"
|
| -#include "ash/wm/user_activity_detector.h"
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/callback.h"
|
| @@ -44,6 +43,7 @@
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_source.h"
|
| +#include "ui/wm/core/user_activity_detector.h"
|
|
|
| namespace chromeos {
|
| namespace system {
|
|
|