| Index: ash/common/focus_cycler.h
|
| diff --git a/ash/focus_cycler.h b/ash/common/focus_cycler.h
|
| similarity index 92%
|
| rename from ash/focus_cycler.h
|
| rename to ash/common/focus_cycler.h
|
| index d0956403f511cc57cda004a0805fd4dc159cbb28..03286fdc0567cd208af9cd4fa9e5818e1f5be275 100644
|
| --- a/ash/focus_cycler.h
|
| +++ b/ash/common/focus_cycler.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_FOCUS_CYCLER_H_
|
| -#define ASH_FOCUS_CYCLER_H_
|
| +#ifndef ASH_COMMON_FOCUS_CYCLER_H_
|
| +#define ASH_COMMON_FOCUS_CYCLER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -53,4 +53,4 @@ class ASH_EXPORT FocusCycler {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_FOCUS_CYCLER_H_
|
| +#endif // ASH_COMMON_FOCUS_CYCLER_H_
|
|
|