| Index: ash/system/palette/palette_tray.cc
|
| diff --git a/ash/system/palette/palette_tray.cc b/ash/system/palette/palette_tray.cc
|
| index d78fa6e4bb1c4210dc9edb7ee9f175bc00422389..6324bc35aebdc942099574f8d72715874855fbfc 100644
|
| --- a/ash/system/palette/palette_tray.cc
|
| +++ b/ash/system/palette/palette_tray.cc
|
| @@ -4,17 +4,15 @@
|
|
|
| #include "ash/system/palette/palette_tray.h"
|
|
|
| -#include "ash/common/material_design/material_design_controller.h"
|
| -#include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/common/shelf/shelf_constants.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/shelf/wm_shelf_util.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/material_design/material_design_controller.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/session/session_state_delegate.h"
|
| +#include "ash/shelf/shelf_constants.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
| +#include "ash/shelf/wm_shelf_util.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| #include "ash/system/palette/palette_tool_manager.h"
|
| #include "ash/system/palette/palette_utils.h"
|
| @@ -25,6 +23,8 @@
|
| #include "ash/system/tray/tray_constants.h"
|
| #include "ash/system/tray/tray_popup_header_button.h"
|
| #include "ash/system/tray/tray_popup_item_style.h"
|
| +#include "ash/wm_shell.h"
|
| +#include "ash/wm_window.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|