| Index: chrome/browser/chromeos/session_length_limiter.cc
|
| diff --git a/chrome/browser/chromeos/session_length_limiter.cc b/chrome/browser/chromeos/session_length_limiter.cc
|
| index 4ea224a2c44b1365e540ea9412d9debb516ccbc8..4ba632a59265e0a0a5ac1121c4240094536ef00c 100644
|
| --- a/chrome/browser/chromeos/session_length_limiter.cc
|
| +++ b/chrome/browser/chromeos/session_length_limiter.cc
|
| @@ -7,7 +7,6 @@
|
| #include <algorithm>
|
|
|
| #include "ash/shell.h"
|
| -#include "ash/wm/user_activity_detector.h"
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/location.h"
|
| @@ -18,6 +17,7 @@
|
| #include "chrome/browser/lifetime/application_lifetime.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "ui/events/event.h"
|
| +#include "ui/wm/core/user_activity_detector.h"
|
|
|
| namespace chromeos {
|
|
|
|
|