| Index: ash/common/system/tray/label_tray_view.cc
|
| diff --git a/ash/system/tray/label_tray_view.cc b/ash/common/system/tray/label_tray_view.cc
|
| similarity index 93%
|
| rename from ash/system/tray/label_tray_view.cc
|
| rename to ash/common/system/tray/label_tray_view.cc
|
| index 518c6332edcbcdff606ecee2bdf927c2702154da..0f2c94305b2fc8fe4a68334b7e2543bd46598cb6 100644
|
| --- a/ash/system/tray/label_tray_view.cc
|
| +++ b/ash/common/system/tray/label_tray_view.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/tray/label_tray_view.h"
|
| +#include "ash/common/system/tray/label_tray_view.h"
|
|
|
| #include "ash/common/material_design/material_design_controller.h"
|
| +#include "ash/common/system/tray/hover_highlight_view.h"
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| +#include "ash/common/system/tray/view_click_listener.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| -#include "ash/system/tray/hover_highlight_view.h"
|
| -#include "ash/system/tray/tray_constants.h"
|
| -#include "ash/system/tray/view_click_listener.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/font.h"
|
| #include "ui/gfx/paint_vector_icon.h"
|
|
|