Index: ash/wm/window_cycle_event_filter_aura.cc |
diff --git a/ash/wm/window_cycle_event_filter_aura.cc b/ash/wm/window_cycle_event_filter_aura.cc |
index 77ec193b0dd7fdc3120e677b8fad4e7f1021a85c..b30de0cd8e40370df52e1f54521d588bfdd942d8 100644 |
--- a/ash/wm/window_cycle_event_filter_aura.cc |
+++ b/ash/wm/window_cycle_event_filter_aura.cc |
@@ -4,11 +4,11 @@ |
#include "ash/wm/window_cycle_event_filter_aura.h" |
-#include "ash/common/accelerators/debug_commands.h" |
-#include "ash/common/wm/window_cycle_controller.h" |
-#include "ash/common/wm/window_cycle_list.h" |
-#include "ash/common/wm_shell.h" |
+#include "ash/accelerators/debug_commands.h" |
#include "ash/shell.h" |
+#include "ash/wm/window_cycle_controller.h" |
+#include "ash/wm/window_cycle_list.h" |
+#include "ash/wm_shell.h" |
#include "ui/events/event.h" |
namespace ash { |