Index: ash/wm/ash_focus_rules.cc |
diff --git a/ash/wm/ash_focus_rules.cc b/ash/wm/ash_focus_rules.cc |
index 26adb0b801031a1d5305d24bcee4a8fe86a8537f..80e16cfabf899cb3ee5f7ce26a75838866e08941 100644 |
--- a/ash/wm/ash_focus_rules.cc |
+++ b/ash/wm/ash_focus_rules.cc |
@@ -4,15 +4,15 @@ |
#include "ash/wm/ash_focus_rules.h" |
-#include "ash/common/wm/container_finder.h" |
-#include "ash/common/wm/focus_rules.h" |
-#include "ash/common/wm/mru_window_tracker.h" |
-#include "ash/common/wm/window_state.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/shell.h" |
+#include "ash/wm/container_finder.h" |
+#include "ash/wm/focus_rules.h" |
+#include "ash/wm/mru_window_tracker.h" |
+#include "ash/wm/window_state.h" |
#include "ash/wm/window_state_aura.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "ui/aura/window.h" |
namespace ash { |