| 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 92%
|
| rename from ash/system/tray/tray_details_view.h
|
| rename to ash/common/system/tray/tray_details_view.h
|
| index 63e118ba1490392c43af62d7cb040960f24e6fa7..1cf8eaaf470df3e6c0d0888bb16dac2196db3fa6 100644
|
| --- a/ash/system/tray/tray_details_view.h
|
| +++ b/ash/common/system/tray/tray_details_view.h
|
| @@ -2,8 +2,8 @@
|
| // 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 "ash/ash_export.h"
|
| #include "ash/common/system/tray/special_popup_row.h"
|
| @@ -66,4 +66,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_
|
|
|