| 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..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
|
| @@ -7,12 +7,12 @@
|
| #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/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 "base/feature_list.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/profiles/profiles_state.h"
|
|
|