| Index: ash/common/system/chromeos/tray_caps_lock.h
|
| diff --git a/ash/system/chromeos/tray_caps_lock.h b/ash/common/system/chromeos/tray_caps_lock.h
|
| similarity index 88%
|
| rename from ash/system/chromeos/tray_caps_lock.h
|
| rename to ash/common/system/chromeos/tray_caps_lock.h
|
| index 9ae307c77b0849845c0006f012ec9cb5e4489c3c..c26b405ad3acd131bf55745f3f6d1cc04ab1af1d 100644
|
| --- a/ash/system/chromeos/tray_caps_lock.h
|
| +++ b/ash/common/system/chromeos/tray_caps_lock.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_CHROMEOS_TRAY_CAPS_LOCK_H_
|
| -#define ASH_SYSTEM_CHROMEOS_TRAY_CAPS_LOCK_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_TRAY_CAPS_LOCK_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_TRAY_CAPS_LOCK_H_
|
|
|
| #include "ash/common/system/tray/tray_image_item.h"
|
| #include "base/macros.h"
|
| @@ -46,4 +46,4 @@ class TrayCapsLock : public TrayImageItem,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_CHROMEOS_TRAY_CAPS_LOCK_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_TRAY_CAPS_LOCK_H_
|
|
|