| Index: ash/common/system/tray/tray_empty.h
|
| diff --git a/ash/system/tray/tray_empty.h b/ash/common/system/tray/tray_empty.h
|
| similarity index 86%
|
| rename from ash/system/tray/tray_empty.h
|
| rename to ash/common/system/tray/tray_empty.h
|
| index 4d43c2e2a183d6f54f30fced88448aa36bb3460b..59af39a5f410ad1a4c84f0aa157d683fcebaff8a 100644
|
| --- a/ash/system/tray/tray_empty.h
|
| +++ b/ash/common/system/tray/tray_empty.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_EMPTY_H_
|
| -#define ASH_SYSTEM_TRAY_TRAY_EMPTY_H_
|
| +#ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_EMPTY_H_
|
| +#define ASH_COMMON_SYSTEM_TRAY_TRAY_EMPTY_H_
|
|
|
| #include "ash/common/system/tray/system_tray_item.h"
|
| #include "base/macros.h"
|
| @@ -30,4 +30,4 @@ class TrayEmpty : public SystemTrayItem {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_TRAY_TRAY_EMPTY_H_
|
| +#endif // ASH_COMMON_SYSTEM_TRAY_TRAY_EMPTY_H_
|
|
|