| Index: ash/wm/lock_layout_manager.h | 
| diff --git a/ash/common/wm/lock_layout_manager.h b/ash/wm/lock_layout_manager.h | 
| similarity index 92% | 
| rename from ash/common/wm/lock_layout_manager.h | 
| rename to ash/wm/lock_layout_manager.h | 
| index 9ba7473d390c750a1e76a340ea26da62b2701457..dc08d23d732deac767d939cd3387b9123e54112c 100644 | 
| --- a/ash/common/wm/lock_layout_manager.h | 
| +++ b/ash/wm/lock_layout_manager.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_COMMON_WM_LOCK_LAYOUT_MANAGER_H_ | 
| -#define ASH_COMMON_WM_LOCK_LAYOUT_MANAGER_H_ | 
| +#ifndef ASH_WM_LOCK_LAYOUT_MANAGER_H_ | 
| +#define ASH_WM_LOCK_LAYOUT_MANAGER_H_ | 
|  | 
| #include "ash/ash_export.h" | 
| #include "ash/common/shell_observer.h" | 
| -#include "ash/common/wm/wm_snap_to_pixel_layout_manager.h" | 
| -#include "ash/common/wm/wm_types.h" | 
| +#include "ash/wm/wm_snap_to_pixel_layout_manager.h" | 
| +#include "ash/wm/wm_types.h" | 
| #include "base/macros.h" | 
| #include "ui/aura/window_observer.h" | 
| #include "ui/gfx/geometry/rect.h" | 
| @@ -82,4 +82,4 @@ class ASH_EXPORT LockLayoutManager | 
|  | 
| }  // namespace ash | 
|  | 
| -#endif  // ASH_COMMON_WM_LOCK_LAYOUT_MANAGER_H_ | 
| +#endif  // ASH_WM_LOCK_LAYOUT_MANAGER_H_ | 
|  |