| Index: ash/wm/root_window_layout_manager.cc
|
| diff --git a/ash/common/wm/root_window_layout_manager.cc b/ash/wm/root_window_layout_manager.cc
|
| similarity index 96%
|
| rename from ash/common/wm/root_window_layout_manager.cc
|
| rename to ash/wm/root_window_layout_manager.cc
|
| index 15ec3fbfaaa0219b4aa5d078c9da5d5a12fa3be3..aa7301dd06d485d8d2cf4afb2c37114d9f47cc09 100644
|
| --- a/ash/common/wm/root_window_layout_manager.cc
|
| +++ b/ash/wm/root_window_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/common/wm/root_window_layout_manager.h"
|
| +#include "ash/wm/root_window_layout_manager.h"
|
|
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/wm_window.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_tracker.h"
|
|
|
|
|