Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc |
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc |
index 8f383f9ce204e3d76ee2876cdf529f99a532a523..3e3145f5ef9fa7c796ed884cf198f876a5437a16 100644 |
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc |
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc |
@@ -6,13 +6,13 @@ |
#include <algorithm> |
-#include "ash/common/ash_layout_constants.h" |
-#include "ash/common/frame/caption_buttons/frame_caption_button_container_view.h" |
-#include "ash/common/frame/default_header_painter.h" |
-#include "ash/common/frame/frame_border_hit_test.h" |
-#include "ash/common/frame/header_painter_util.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
+#include "ash/ash_layout_constants.h" |
+#include "ash/frame/caption_buttons/frame_caption_button_container_view.h" |
+#include "ash/frame/default_header_painter.h" |
+#include "ash/frame/frame_border_hit_test.h" |
+#include "ash/frame/header_painter_util.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "base/feature_list.h" |
#include "build/build_config.h" |
#include "chrome/browser/profiles/profiles_state.h" |