| Index: ash/common/root_window_controller_common.cc
|
| diff --git a/ash/root_window_controller_common.cc b/ash/common/root_window_controller_common.cc
|
| similarity index 98%
|
| rename from ash/root_window_controller_common.cc
|
| rename to ash/common/root_window_controller_common.cc
|
| index 2011a268a357ffe8c9750dcf30bd6df19a70df20..6d35f15772daae41e8756e8a96f4f513a36ad3b9 100644
|
| --- a/ash/root_window_controller_common.cc
|
| +++ b/ash/common/root_window_controller_common.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/root_window_controller_common.h"
|
| +#include "ash/common/root_window_controller_common.h"
|
|
|
| +#include "ash/common/shell_window_ids.h"
|
| +#include "ash/common/wm/root_window_layout_manager.h"
|
| #include "ash/common/wm/wm_globals.h"
|
| #include "ash/common/wm/wm_window.h"
|
| -#include "ash/shell_window_ids.h"
|
| -#include "ash/wm/root_window_layout_manager.h"
|
| #include "base/memory/ptr_util.h"
|
|
|
| namespace ash {
|
|
|