| 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 3e3145f5ef9fa7c796ed884cf198f876a5437a16..708d0a2d43c4a3093e823c755977857f89dee0c3 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/ash_layout_constants.h"
|
| +#include "ash/common/ash_layout_constants.h"
|
| +#include "ash/common/wm_shell.h"
|
| +#include "ash/common/wm_window.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"
|
|
|