| Index: ash/common/wm/wm_snap_to_pixel_layout_manager.cc
|
| diff --git a/ash/wm/common/wm_snap_to_pixel_layout_manager.cc b/ash/common/wm/wm_snap_to_pixel_layout_manager.cc
|
| similarity index 91%
|
| rename from ash/wm/common/wm_snap_to_pixel_layout_manager.cc
|
| rename to ash/common/wm/wm_snap_to_pixel_layout_manager.cc
|
| index bd1f10aeac18216bb3455c19a97d8539233230a7..02b2bc9078af8b2a5d0347747073c96ff40a2bf4 100644
|
| --- a/ash/wm/common/wm_snap_to_pixel_layout_manager.cc
|
| +++ b/ash/common/wm/wm_snap_to_pixel_layout_manager.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/common/wm_snap_to_pixel_layout_manager.h"
|
| +#include "ash/common/wm/wm_snap_to_pixel_layout_manager.h"
|
|
|
| -#include "ash/wm/common/wm_window.h"
|
| +#include "ash/common/wm/wm_window.h"
|
|
|
| namespace ash {
|
| namespace wm {
|
|
|