| Index: ash/common/system/chromeos/palette/palette_tray.cc
|
| diff --git a/ash/system/palette/palette_tray.cc b/ash/common/system/chromeos/palette/palette_tray.cc
|
| similarity index 96%
|
| rename from ash/system/palette/palette_tray.cc
|
| rename to ash/common/system/chromeos/palette/palette_tray.cc
|
| index d78fa6e4bb1c4210dc9edb7ee9f175bc00422389..b63ad7e5937d4a3fd8214e5c99ec2b7b26941f0f 100644
|
| --- a/ash/system/palette/palette_tray.cc
|
| +++ b/ash/common/system/chromeos/palette/palette_tray.cc
|
| @@ -2,13 +2,22 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/palette/palette_tray.h"
|
| +#include "ash/common/system/chromeos/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/system/chromeos/palette/palette_tool_manager.h"
|
| +#include "ash/common/system/chromeos/palette/palette_utils.h"
|
| +#include "ash/common/system/tray/system_menu_button.h"
|
| +#include "ash/common/system/tray/system_tray_controller.h"
|
| +#include "ash/common/system/tray/system_tray_delegate.h"
|
| +#include "ash/common/system/tray/tray_bubble_wrapper.h"
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| +#include "ash/common/system/tray/tray_popup_header_button.h"
|
| +#include "ash/common/system/tray/tray_popup_item_style.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| @@ -16,15 +25,6 @@
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| -#include "ash/system/palette/palette_tool_manager.h"
|
| -#include "ash/system/palette/palette_utils.h"
|
| -#include "ash/system/tray/system_menu_button.h"
|
| -#include "ash/system/tray/system_tray_controller.h"
|
| -#include "ash/system/tray/system_tray_delegate.h"
|
| -#include "ash/system/tray/tray_bubble_wrapper.h"
|
| -#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 "base/metrics/histogram_macros.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|