| Index: ash/wm/lock_state_observer.h
|
| diff --git a/ash/common/wm/lock_state_observer.h b/ash/wm/lock_state_observer.h
|
| similarity index 81%
|
| rename from ash/common/wm/lock_state_observer.h
|
| rename to ash/wm/lock_state_observer.h
|
| index a7d30fa0f6de8a40372a370e34b93b63278ab552..d247e828347b0c10bec388d3682f07a727698b9f 100644
|
| --- a/ash/common/wm/lock_state_observer.h
|
| +++ b/ash/wm/lock_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_COMMON_WM_LOCK_STATE_OBSERVER_H_
|
| -#define ASH_COMMON_WM_LOCK_STATE_OBSERVER_H_
|
| +#ifndef ASH_WM_LOCK_STATE_OBSERVER_H_
|
| +#define ASH_WM_LOCK_STATE_OBSERVER_H_
|
|
|
| #include "ash/ash_export.h"
|
|
|
| @@ -25,4 +25,4 @@ class ASH_EXPORT LockStateObserver {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_LOCK_STATE_OBSERVER_H_
|
| +#endif // ASH_WM_LOCK_STATE_OBSERVER_H_
|
|
|