| Index: ash/wm/window_parenting_utils.cc
|
| diff --git a/ash/common/wm/window_parenting_utils.cc b/ash/wm/window_parenting_utils.cc
|
| similarity index 91%
|
| rename from ash/common/wm/window_parenting_utils.cc
|
| rename to ash/wm/window_parenting_utils.cc
|
| index 8a868a227eda9f0fd6f21863f087875aadbd2530..cb068a1937e3697119cc028e60838e3f08fbcafa 100644
|
| --- a/ash/common/wm/window_parenting_utils.cc
|
| +++ b/ash/wm/window_parenting_utils.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/common/wm/window_parenting_utils.h"
|
| +#include "ash/wm/window_parenting_utils.h"
|
|
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/wm_window.h"
|
|
|
| namespace ash {
|
| namespace wm {
|
|
|