| Index: ash/common/wm/always_on_top_controller.h
|
| diff --git a/ash/wm/common/always_on_top_controller.h b/ash/common/wm/always_on_top_controller.h
|
| similarity index 88%
|
| rename from ash/wm/common/always_on_top_controller.h
|
| rename to ash/common/wm/always_on_top_controller.h
|
| index dd990b2ab48892836e3ddf958b9a42bed8e55ac9..11ef10a5f89aea208a086458f907059829149422 100644
|
| --- a/ash/wm/common/always_on_top_controller.h
|
| +++ b/ash/common/wm/always_on_top_controller.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_COMMON_ALWAYS_ON_TOP_CONTROLLER_H_
|
| -#define ASH_WM_COMMON_ALWAYS_ON_TOP_CONTROLLER_H_
|
| +#ifndef ASH_COMMON_WM_ALWAYS_ON_TOP_CONTROLLER_H_
|
| +#define ASH_COMMON_WM_ALWAYS_ON_TOP_CONTROLLER_H_
|
|
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/wm/common/wm_window_observer.h"
|
| +#include "ash/common/wm/wm_window_observer.h"
|
| #include "base/macros.h"
|
|
|
| namespace ash {
|
| @@ -46,4 +46,4 @@ class ASH_EXPORT AlwaysOnTopController : public wm::WmWindowObserver {
|
|
|
| } // namepsace ash
|
|
|
| -#endif // ASH_WM_COMMON_ALWAYS_ON_TOP_CONTROLLER_H_
|
| +#endif // ASH_COMMON_WM_ALWAYS_ON_TOP_CONTROLLER_H_
|
|
|