Index: ash/app_list/app_list_presenter_delegate.cc |
diff --git a/ash/app_list/app_list_presenter_delegate.cc b/ash/app_list/app_list_presenter_delegate.cc |
index d252ebf041507f69ad3e68faad83473c32711bdb..fd568566aaa2d89b2a432d3da3066f3f1ec06196 100644 |
--- a/ash/app_list/app_list_presenter_delegate.cc |
+++ b/ash/app_list/app_list_presenter_delegate.cc |
@@ -5,6 +5,12 @@ |
#include "ash/app_list/app_list_presenter_delegate.h" |
#include "ash/common/ash_switches.h" |
+#include "ash/common/shelf/app_list_button.h" |
+#include "ash/common/shelf/shelf_layout_manager.h" |
+#include "ash/common/shelf/shelf_widget.h" |
+#include "ash/common/shelf/wm_shelf.h" |
+#include "ash/common/wm/maximize_mode/maximize_mode_controller.h" |
+#include "ash/common/wm/wm_screen_util.h" |
#include "ash/common/wm_shell.h" |
#include "ash/common/wm_window.h" |
#include "ash/display/window_tree_host_manager.h" |
@@ -12,13 +18,7 @@ |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/root_window_controller.h" |
#include "ash/screen_util.h" |
-#include "ash/shelf/app_list_button.h" |
-#include "ash/shelf/shelf_layout_manager.h" |
-#include "ash/shelf/shelf_widget.h" |
-#include "ash/shelf/wm_shelf.h" |
#include "ash/shell.h" |
-#include "ash/wm/maximize_mode/maximize_mode_controller.h" |
-#include "ash/wm/wm_screen_util.h" |
#include "base/command_line.h" |
#include "ui/app_list/app_list_constants.h" |
#include "ui/app_list/app_list_switches.h" |