| Index: ash/common/system/tray/tray_utils.h
|
| diff --git a/ash/system/tray/tray_utils.h b/ash/common/system/tray/tray_utils.h
|
| similarity index 89%
|
| rename from ash/system/tray/tray_utils.h
|
| rename to ash/common/system/tray/tray_utils.h
|
| index 9b4f2a6ee18cd6d3368d2411707ab5085a51a6b3..593e67754667ef7cbce3662452db50560ddebb97 100644
|
| --- a/ash/system/tray/tray_utils.h
|
| +++ b/ash/common/system/tray/tray_utils.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_UTILS_H_
|
| -#define ASH_SYSTEM_TRAY_TRAY_UTILS_H_
|
| +#ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_UTILS_H_
|
| +#define ASH_COMMON_SYSTEM_TRAY_TRAY_UTILS_H_
|
|
|
| #include <vector>
|
|
|
| @@ -38,4 +38,4 @@ void GetAccessibleLabelFromDescendantViews(
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_TRAY_TRAY_UTILS_H_
|
| +#endif // ASH_COMMON_SYSTEM_TRAY_TRAY_UTILS_H_
|
|
|