| Index: ash/common/system/tray/tray_details_view.h
|
| diff --git a/ash/system/tray/tray_details_view.h b/ash/common/system/tray/tray_details_view.h
|
| similarity index 93%
|
| rename from ash/system/tray/tray_details_view.h
|
| rename to ash/common/system/tray/tray_details_view.h
|
| index bddf9a96c2435b75cf3797284b4b7e0f6b75db7e..2828763536eeed8422cd3eedd13264d109a0ec78 100644
|
| --- a/ash/system/tray/tray_details_view.h
|
| +++ b/ash/common/system/tray/tray_details_view.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_TRAY_TRAY_DETAILS_VIEW_H_
|
| -#define ASH_SYSTEM_TRAY_TRAY_DETAILS_VIEW_H_
|
| +#ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_DETAILS_VIEW_H_
|
| +#define ASH_COMMON_SYSTEM_TRAY_TRAY_DETAILS_VIEW_H_
|
|
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/system/tray/special_popup_row.h"
|
| -#include "ash/system/tray/tray_constants.h"
|
| -#include "ash/system/tray/view_click_listener.h"
|
| +#include "ash/common/system/tray/special_popup_row.h"
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| +#include "ash/common/system/tray/view_click_listener.h"
|
| #include "base/macros.h"
|
| #include "base/timer/timer.h"
|
| #include "ui/views/controls/button/button.h"
|
| @@ -142,4 +142,4 @@ class ASH_EXPORT TrayDetailsView : public views::View,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_TRAY_TRAY_DETAILS_VIEW_H_
|
| +#endif // ASH_COMMON_SYSTEM_TRAY_TRAY_DETAILS_VIEW_H_
|
|
|