Index: chrome/browser/chromeos/login/lock/screen_locker.cc |
diff --git a/chrome/browser/chromeos/login/lock/screen_locker.cc b/chrome/browser/chromeos/login/lock/screen_locker.cc |
index 9e6b0fcf00c273973e0ff91fea3e6cc7bb98661a..987e78df52dd448bf171024a74d2e3563117d02c 100644 |
--- a/chrome/browser/chromeos/login/lock/screen_locker.cc |
+++ b/chrome/browser/chromeos/login/lock/screen_locker.cc |
@@ -7,14 +7,14 @@ |
#include <string> |
#include <vector> |
-#include "ash/common/wallpaper/wallpaper_controller.h" |
-#include "ash/common/wm/window_state.h" |
-#include "ash/common/wm/wm_event.h" |
-#include "ash/common/wm_shell.h" |
#include "ash/shell.h" |
+#include "ash/wallpaper/wallpaper_controller.h" |
#include "ash/wm/lock_state_controller.h" |
+#include "ash/wm/window_state.h" |
#include "ash/wm/window_state_aura.h" |
#include "ash/wm/window_util.h" |
+#include "ash/wm/wm_event.h" |
+#include "ash/wm_shell.h" |
#include "base/bind.h" |
#include "base/command_line.h" |
#include "base/lazy_instance.h" |