| Index: ash/wm/common/always_on_top_controller.h
|
| diff --git a/ash/wm/always_on_top_controller.h b/ash/wm/common/always_on_top_controller.h
|
| similarity index 91%
|
| rename from ash/wm/always_on_top_controller.h
|
| rename to ash/wm/common/always_on_top_controller.h
|
| index dac4cd30435e2fa7e4d9c946ae0d61c0477ff94e..4d2bfde5847ab48c779ff09b0080cb7441c2441b 100644
|
| --- a/ash/wm/always_on_top_controller.h
|
| +++ b/ash/wm/common/always_on_top_controller.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_WM_ALWAYS_ON_TOP_CONTROLLER_H_
|
| -#define ASH_WM_ALWAYS_ON_TOP_CONTROLLER_H_
|
| +#ifndef ASH_WM_COMMON_ALWAYS_ON_TOP_CONTROLLER_H_
|
| +#define ASH_WM_COMMON_ALWAYS_ON_TOP_CONTROLLER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -47,4 +47,4 @@ class ASH_EXPORT AlwaysOnTopController : public wm::WmWindowObserver {
|
|
|
| } // namepsace ash
|
|
|
| -#endif // ASH_WM_ALWAYS_ON_TOP_CONTROLLER_H_
|
| +#endif // ASH_WM_COMMON_ALWAYS_ON_TOP_CONTROLLER_H_
|
|
|