| 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 87%
|
| 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..da98f023c663669ddd41eb220731a6e3b207a26e 100644
|
| --- a/ash/common/wm/wm_snap_to_pixel_layout_manager.h
|
| +++ b/ash/wm/wm_snap_to_pixel_layout_manager.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_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"
|
| @@ -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_
|
|
|