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