Index: ash/mus/non_client_frame_controller.cc |
diff --git a/ash/mus/non_client_frame_controller.cc b/ash/mus/non_client_frame_controller.cc |
index 12b1639fac2dbc2779e8ceb5e1a05eeada3088ce..e3620c0031fc7f86419e59440a544a9585e8f07d 100644 |
--- a/ash/mus/non_client_frame_controller.cc |
+++ b/ash/mus/non_client_frame_controller.cc |
@@ -10,11 +10,9 @@ |
#include <string> |
#include <vector> |
-#include "ash/common/ash_constants.h" |
-#include "ash/common/ash_layout_constants.h" |
-#include "ash/common/frame/custom_frame_view_ash.h" |
-#include "ash/common/wm/panels/panel_frame_view.h" |
-#include "ash/common/wm_window.h" |
+#include "ash/ash_constants.h" |
+#include "ash/ash_layout_constants.h" |
+#include "ash/frame/custom_frame_view_ash.h" |
#include "ash/mus/frame/custom_frame_view_mus.h" |
#include "ash/mus/frame/detached_title_area_renderer.h" |
#include "ash/mus/move_event_handler.h" |
@@ -22,7 +20,9 @@ |
#include "ash/mus/window_manager.h" |
#include "ash/mus/window_properties.h" |
#include "ash/shared/immersive_fullscreen_controller_delegate.h" |
+#include "ash/wm/panels/panel_frame_view.h" |
#include "ash/wm/window_properties.h" |
+#include "ash/wm_window.h" |
#include "base/macros.h" |
#include "base/memory/ptr_util.h" |
#include "base/strings/utf_string_conversions.h" |