| Index: ash/common/system/tray/hover_highlight_view.cc
|
| diff --git a/ash/system/tray/hover_highlight_view.cc b/ash/common/system/tray/hover_highlight_view.cc
|
| similarity index 97%
|
| rename from ash/system/tray/hover_highlight_view.cc
|
| rename to ash/common/system/tray/hover_highlight_view.cc
|
| index 47322ce36d9460b0a07ab5f0aa1db49e0a1151a4..7eb36f2776e31b85508761320042235f3058e07a 100644
|
| --- a/ash/system/tray/hover_highlight_view.cc
|
| +++ b/ash/common/system/tray/hover_highlight_view.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/tray/hover_highlight_view.h"
|
| +#include "ash/common/system/tray/hover_highlight_view.h"
|
|
|
| #include "ash/common/material_design/material_design_controller.h"
|
| +#include "ash/common/system/tray/fixed_sized_image_view.h"
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| +#include "ash/common/system/tray/tray_popup_utils.h"
|
| +#include "ash/common/system/tray/tri_view.h"
|
| +#include "ash/common/system/tray/view_click_listener.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| -#include "ash/system/tray/fixed_sized_image_view.h"
|
| -#include "ash/system/tray/tray_constants.h"
|
| -#include "ash/system/tray/tray_popup_utils.h"
|
| -#include "ash/system/tray/tri_view.h"
|
| -#include "ash/system/tray/view_click_listener.h"
|
| #include "ui/accessibility/ax_node_data.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/canvas.h"
|
|
|