| Index: ash/shared/immersive_revealed_lock.h
|
| diff --git a/ash/common/wm/immersive_revealed_lock.h b/ash/shared/immersive_revealed_lock.h
|
| similarity index 88%
|
| rename from ash/common/wm/immersive_revealed_lock.h
|
| rename to ash/shared/immersive_revealed_lock.h
|
| index 251879b24902a63a35b9910157c9a877d539377f..ee29d18be3786d4d89838784d8fc9541b64c8a47 100644
|
| --- a/ash/common/wm/immersive_revealed_lock.h
|
| +++ b/ash/shared/immersive_revealed_lock.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_IMMERSIVE_REVEALED_LOCK_H_
|
| -#define ASH_COMMON_WM_IMMERSIVE_REVEALED_LOCK_H_
|
| +#ifndef ASH_SHARED_IMMERSIVE_REVEALED_LOCK_H_
|
| +#define ASH_SHARED_IMMERSIVE_REVEALED_LOCK_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "base/macros.h"
|
| @@ -41,4 +41,4 @@ class ASH_EXPORT ImmersiveRevealedLock {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_IMMERSIVE_REVEALED_LOCK_H_
|
| +#endif // ASH_SHARED_IMMERSIVE_REVEALED_LOCK_H_
|
|
|