| Index: ash/common/system/user/tray_user_separator.h
|
| diff --git a/ash/system/user/tray_user_separator.h b/ash/common/system/user/tray_user_separator.h
|
| similarity index 89%
|
| rename from ash/system/user/tray_user_separator.h
|
| rename to ash/common/system/user/tray_user_separator.h
|
| index 2b34e9bfc1fd47985c8ccd0844b4b7e22f12f57e..ba7d747333a9a52dfb88be1eaa96c11ac4893c31 100644
|
| --- a/ash/system/user/tray_user_separator.h
|
| +++ b/ash/common/system/user/tray_user_separator.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_USER_TRAY_USER_SEPARATOR_H_
|
| -#define ASH_SYSTEM_USER_TRAY_USER_SEPARATOR_H_
|
| +#ifndef ASH_COMMON_SYSTEM_USER_TRAY_USER_SEPARATOR_H_
|
| +#define ASH_COMMON_SYSTEM_USER_TRAY_USER_SEPARATOR_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/common/system/tray/system_tray_item.h"
|
| @@ -41,4 +41,4 @@ class ASH_EXPORT TrayUserSeparator : public SystemTrayItem {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_USER_TRAY_USER_SEPARATOR_H_
|
| +#endif // ASH_COMMON_SYSTEM_USER_TRAY_USER_SEPARATOR_H_
|
|
|