| Index: ash/common/system/tray/actionable_view.cc
|
| diff --git a/ash/system/tray/actionable_view.cc b/ash/common/system/tray/actionable_view.cc
|
| similarity index 94%
|
| rename from ash/system/tray/actionable_view.cc
|
| rename to ash/common/system/tray/actionable_view.cc
|
| index 7914f5a2080a18465a942b64ddda2d93594bad39..bc97b678a312e6f0c2b5a888255ec5688b77cc8c 100644
|
| --- a/ash/system/tray/actionable_view.cc
|
| +++ b/ash/common/system/tray/actionable_view.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/tray/actionable_view.h"
|
| +#include "ash/common/system/tray/actionable_view.h"
|
|
|
| #include "ash/common/ash_constants.h"
|
| -#include "ash/system/tray/system_tray.h"
|
| -#include "ash/system/tray/system_tray_item.h"
|
| -#include "ash/system/tray/tray_constants.h"
|
| -#include "ash/system/tray/tray_popup_utils.h"
|
| +#include "ash/common/system/tray/system_tray.h"
|
| +#include "ash/common/system/tray/system_tray_item.h"
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| +#include "ash/common/system/tray/tray_popup_utils.h"
|
| #include "ui/accessibility/ax_node_data.h"
|
| #include "ui/events/keycodes/keyboard_codes.h"
|
| #include "ui/gfx/canvas.h"
|
|
|