| Index: ash/common/wm/wm_snap_to_pixel_layout_manager.h
|
| diff --git a/ash/wm/common/wm_snap_to_pixel_layout_manager.h b/ash/common/wm/wm_snap_to_pixel_layout_manager.h
|
| similarity index 82%
|
| rename from ash/wm/common/wm_snap_to_pixel_layout_manager.h
|
| rename to ash/common/wm/wm_snap_to_pixel_layout_manager.h
|
| index b5f865811b79a9889b258d614539519b3d5331fa..6d7a8c355f0751dc6ba96e3b7d728708567be3a9 100644
|
| --- a/ash/wm/common/wm_snap_to_pixel_layout_manager.h
|
| +++ b/ash/common/wm/wm_snap_to_pixel_layout_manager.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_COMMON_WM_SNAP_TO_PIXEL_LAYOUT_MANAGER_H_
|
| -#define ASH_WM_COMMON_WM_SNAP_TO_PIXEL_LAYOUT_MANAGER_H_
|
| +#ifndef ASH_COMMON_WM_WM_SNAP_TO_PIXEL_LAYOUT_MANAGER_H_
|
| +#define ASH_COMMON_WM_WM_SNAP_TO_PIXEL_LAYOUT_MANAGER_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/wm/common/wm_layout_manager.h"
|
| +#include "ash/common/wm/wm_layout_manager.h"
|
| #include "base/macros.h"
|
|
|
| namespace ash {
|
| @@ -36,4 +36,4 @@ class ASH_EXPORT WmSnapToPixelLayoutManager : public WmLayoutManager {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_WM_SNAP_TO_PIXEL_LAYOUT_MANAGER_H_
|
| +#endif // ASH_COMMON_WM_WM_SNAP_TO_PIXEL_LAYOUT_MANAGER_H_
|
|
|