| 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 9639d857f5f3b769b676391e02072690412893ee..f3f6c956ebc95ef2eff47eb2078abd54b4e06586 100644
|
| --- a/ash/focus_cycler.h
|
| +++ b/ash/common/focus_cycler.h
|
| @@ -2,13 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef FOCUS_CYCLER_H_
|
| -#define FOCUS_CYCLER_H_
|
| +#ifndef ASH_COMMON_FOCUS_CYCLER_H_
|
| +#define ASH_COMMON_FOCUS_CYCLER_H_
|
|
|
| #include <vector>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
|
|
| namespace views {
|
| @@ -57,4 +56,4 @@ class ASH_EXPORT FocusCycler {
|
|
|
| } // namespace ash
|
|
|
| -#endif // FOCUS_CYCLER_H_
|
| +#endif // ASH_COMMON_FOCUS_CYCLER_H_
|
|
|