| Index: ash/wm/lock_window_state.h
|
| diff --git a/ash/common/wm/lock_window_state.h b/ash/wm/lock_window_state.h
|
| similarity index 92%
|
| rename from ash/common/wm/lock_window_state.h
|
| rename to ash/wm/lock_window_state.h
|
| index e8abfc7dc934073d3a6b0a79df5050da08aba8e6..9a164ca87a514c5964d0737748cd58f71ce07cb1 100644
|
| --- a/ash/common/wm/lock_window_state.h
|
| +++ b/ash/wm/lock_window_state.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_WM_LOCK_WINDOW_STATE_H_
|
| -#define ASH_COMMON_WM_LOCK_WINDOW_STATE_H_
|
| +#ifndef ASH_WM_LOCK_WINDOW_STATE_H_
|
| +#define ASH_WM_LOCK_WINDOW_STATE_H_
|
|
|
| -#include "ash/common/wm/window_state.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "base/macros.h"
|
|
|
| namespace ash {
|
| @@ -56,4 +56,4 @@ class LockWindowState : public wm::WindowState::State {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_LOCK_WINDOW_STATE_H_
|
| +#endif // ASH_WM_LOCK_WINDOW_STATE_H_
|
|
|