| Index: ash/wm/common/window_state_observer.h
|
| diff --git a/ash/wm/window_state_observer.h b/ash/wm/common/window_state_observer.h
|
| similarity index 90%
|
| rename from ash/wm/window_state_observer.h
|
| rename to ash/wm/common/window_state_observer.h
|
| index e381a8cc1c8225198e06b7c2fdaf8b4c182207d0..683773eae946fcb7ddcbd0b6b6409d8c10a56b38 100644
|
| --- a/ash/wm/window_state_observer.h
|
| +++ b/ash/wm/common/window_state_observer.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_WINDOW_STATE_OBSERVER_H_
|
| -#define ASH_WM_WINDOW_STATE_OBSERVER_H_
|
| +#ifndef ASH_WM_COMMON_WINDOW_STATE_OBSERVER_H_
|
| +#define ASH_WM_COMMON_WINDOW_STATE_OBSERVER_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/wm/common/wm_types.h"
|
| @@ -37,4 +37,4 @@ class ASH_EXPORT WindowStateObserver {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_WINDOW_STATE_OBSERVER_H_
|
| +#endif // ASH_WM_COMMON_WINDOW_STATE_OBSERVER_H_
|
|
|