| Index: ash/common/wm/root_window_finder.cc
|
| diff --git a/ash/wm/common/root_window_finder.cc b/ash/common/wm/root_window_finder.cc
|
| similarity index 86%
|
| rename from ash/wm/common/root_window_finder.cc
|
| rename to ash/common/wm/root_window_finder.cc
|
| index eb2cead1f110a1d0b92e9634792214c1916d6050..6865662d3da8cc9f19e9fb5fb32dad642797e3f0 100644
|
| --- a/ash/wm/common/root_window_finder.cc
|
| +++ b/ash/common/wm/root_window_finder.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/root_window_finder.h"
|
| +#include "ash/common/wm/root_window_finder.h"
|
|
|
| -#include "ash/wm/common/wm_lookup.h"
|
| -#include "ash/wm/common/wm_root_window_controller.h"
|
| -#include "ash/wm/common/wm_window.h"
|
| +#include "ash/common/wm/wm_lookup.h"
|
| +#include "ash/common/wm/wm_root_window_controller.h"
|
| +#include "ash/common/wm/wm_window.h"
|
| #include "ui/display/display.h"
|
| #include "ui/display/screen.h"
|
| #include "ui/gfx/geometry/point.h"
|
|
|