| Index: ash/wm/wm_snap_to_pixel_layout_manager.h
|
| diff --git a/ash/common/wm/wm_snap_to_pixel_layout_manager.h b/ash/wm/wm_snap_to_pixel_layout_manager.h
|
| similarity index 84%
|
| rename from ash/common/wm/wm_snap_to_pixel_layout_manager.h
|
| rename to ash/wm/wm_snap_to_pixel_layout_manager.h
|
| index 7cf38ca4b950c6c9f0b1cafe35a321f0a4ef1956..2d201e638a63aab3a490657e2da488887b58716f 100644
|
| --- a/ash/common/wm/wm_snap_to_pixel_layout_manager.h
|
| +++ b/ash/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_COMMON_WM_WM_SNAP_TO_PIXEL_LAYOUT_MANAGER_H_
|
| -#define ASH_COMMON_WM_WM_SNAP_TO_PIXEL_LAYOUT_MANAGER_H_
|
| +#ifndef ASH_WM_WM_SNAP_TO_PIXEL_LAYOUT_MANAGER_H_
|
| +#define ASH_WM_WM_SNAP_TO_PIXEL_LAYOUT_MANAGER_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/wm_layout_manager.h"
|
| +#include "ash/wm_layout_manager.h"
|
| #include "base/macros.h"
|
|
|
| namespace ash {
|
| @@ -40,4 +40,4 @@ class ASH_EXPORT WmSnapToPixelLayoutManager : public WmLayoutManager {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_WM_SNAP_TO_PIXEL_LAYOUT_MANAGER_H_
|
| +#endif // ASH_WM_WM_SNAP_TO_PIXEL_LAYOUT_MANAGER_H_
|
|
|