| Index: ash/common/system/tray/tray_item_view.cc
|
| diff --git a/ash/system/tray/tray_item_view.cc b/ash/common/system/tray/tray_item_view.cc
|
| similarity index 96%
|
| rename from ash/system/tray/tray_item_view.cc
|
| rename to ash/common/system/tray/tray_item_view.cc
|
| index f7d4652b8ae2e456709269b7cd26acb02e74306f..0dd8c5ea5e273ac8f1b35314498f6b23ebf13da5 100644
|
| --- a/ash/system/tray/tray_item_view.cc
|
| +++ b/ash/common/system/tray/tray_item_view.cc
|
| @@ -2,13 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/tray/tray_item_view.h"
|
| +#include "ash/common/system/tray/tray_item_view.h"
|
|
|
| #include "ash/common/shelf/shelf_types.h"
|
| #include "ash/common/shelf/wm_shelf_util.h"
|
| -#include "ash/shelf/shelf_util.h"
|
| +#include "ash/common/system/tray/system_tray_item.h"
|
| #include "ash/system/tray/system_tray.h"
|
| -#include "ash/system/tray/system_tray_item.h"
|
| #include "ui/compositor/layer.h"
|
| #include "ui/gfx/animation/slide_animation.h"
|
| #include "ui/views/controls/image_view.h"
|
|
|