| Index: ash/common/wm/default_window_resizer.cc
|
| diff --git a/ash/wm/common/default_window_resizer.cc b/ash/common/wm/default_window_resizer.cc
|
| similarity index 89%
|
| rename from ash/wm/common/default_window_resizer.cc
|
| rename to ash/common/wm/default_window_resizer.cc
|
| index 4bea179bd80d53d746ea5dc8d3bfd556eaae62ba..bae8f079b60409fb852fa95597b055d493a3b1f7 100644
|
| --- a/ash/wm/common/default_window_resizer.cc
|
| +++ b/ash/common/wm/default_window_resizer.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/common/default_window_resizer.h"
|
| +#include "ash/common/wm/default_window_resizer.h"
|
|
|
| -#include "ash/wm/common/window_state.h"
|
| -#include "ash/wm/common/wm_globals.h"
|
| -#include "ash/wm/common/wm_window.h"
|
| +#include "ash/common/wm/window_state.h"
|
| +#include "ash/common/wm/wm_globals.h"
|
| +#include "ash/common/wm/wm_window.h"
|
|
|
| namespace ash {
|
|
|
|
|