| Index: ash/wm/window_state_util.cc
|
| diff --git a/ash/common/wm/window_state_util.cc b/ash/wm/window_state_util.cc
|
| similarity index 81%
|
| rename from ash/common/wm/window_state_util.cc
|
| rename to ash/wm/window_state_util.cc
|
| index cea13eb1bda350e1d6105ef8e38171b8b447adac..dd0983eff28627d1abae110ff894e188a426693f 100644
|
| --- a/ash/common/wm/window_state_util.cc
|
| +++ b/ash/wm/window_state_util.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/common/wm/window_state_util.h"
|
| +#include "ash/wm/window_state_util.h"
|
|
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm/window_state_delegate.h"
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/wm/window_state.h"
|
| +#include "ash/wm/window_state_delegate.h"
|
| +#include "ash/wm_window.h"
|
|
|
| namespace ash {
|
| namespace wm {
|
|
|