Index: ash/system/session/tray_session_length_limit.cc |
diff --git a/ash/system/session/tray_session_length_limit.cc b/ash/system/session/tray_session_length_limit.cc |
index 2f5e14d7a8f15a45c30eb14d728fa360747b7acf..bef9c8188306b1befd533399cdefb0141211ba72 100644 |
--- a/ash/system/session/tray_session_length_limit.cc |
+++ b/ash/system/session/tray_session_length_limit.cc |
@@ -8,7 +8,6 @@ |
#include <memory> |
#include <utility> |
-#include "ash/common/wm_shell.h" |
#include "ash/resources/grit/ash_resources.h" |
#include "ash/strings/grit/ash_strings.h" |
#include "ash/system/system_notifier.h" |
@@ -16,6 +15,7 @@ |
#include "ash/system/tray/system_tray.h" |
#include "ash/system/tray/system_tray_delegate.h" |
#include "ash/system/tray/system_tray_notifier.h" |
+#include "ash/wm_shell.h" |
#include "base/logging.h" |
#include "base/strings/utf_string_conversions.h" |
#include "ui/base/l10n/l10n_util.h" |