| Index: ash/common/system/tray/hover_highlight_view.h
|
| diff --git a/ash/system/tray/hover_highlight_view.h b/ash/common/system/tray/hover_highlight_view.h
|
| similarity index 94%
|
| rename from ash/system/tray/hover_highlight_view.h
|
| rename to ash/common/system/tray/hover_highlight_view.h
|
| index 6188cce08a9da8e78309b58ab0f5dd8aa86db598..2a54e8ee41ac370a370a34046adcdaf9f35c1582 100644
|
| --- a/ash/system/tray/hover_highlight_view.h
|
| +++ b/ash/common/system/tray/hover_highlight_view.h
|
| @@ -2,11 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_TRAY_HOVER_HIGHLIGHT_VIEW_H_
|
| -#define ASH_SYSTEM_TRAY_HOVER_HIGHLIGHT_VIEW_H_
|
| +#ifndef ASH_COMMON_SYSTEM_TRAY_HOVER_HIGHLIGHT_VIEW_H_
|
| +#define ASH_COMMON_SYSTEM_TRAY_HOVER_HIGHLIGHT_VIEW_H_
|
|
|
| -#include "ash/system/tray/actionable_view.h"
|
| -#include "base/compiler_specific.h"
|
| +#include "ash/common/system/tray/actionable_view.h"
|
| #include "base/macros.h"
|
| #include "ui/gfx/font.h"
|
| #include "ui/gfx/text_constants.h"
|
| @@ -116,4 +115,4 @@ class HoverHighlightView : public ActionableView {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_TRAY_HOVER_HIGHLIGHT_VIEW_H_
|
| +#endif // ASH_COMMON_SYSTEM_TRAY_HOVER_HIGHLIGHT_VIEW_H_
|
|
|