| Index: services/ui/ws/window_finder.cc
|
| diff --git a/components/mus/ws/window_finder.cc b/services/ui/ws/window_finder.cc
|
| similarity index 84%
|
| rename from components/mus/ws/window_finder.cc
|
| rename to services/ui/ws/window_finder.cc
|
| index 466bd5a6a8ea1256bd9871b4568cd6483a93756e..eb3d49226d6be5e5ee602b7f5eed8f1923d762cb 100644
|
| --- a/components/mus/ws/window_finder.cc
|
| +++ b/services/ui/ws/window_finder.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/ws/window_finder.h"
|
| +#include "services/ui/ws/window_finder.h"
|
|
|
| -#include "components/mus/surfaces/surfaces_state.h"
|
| -#include "components/mus/ws/server_window.h"
|
| -#include "components/mus/ws/server_window_delegate.h"
|
| -#include "components/mus/ws/server_window_surface.h"
|
| -#include "components/mus/ws/server_window_surface_manager.h"
|
| -#include "components/mus/ws/window_coordinate_conversions.h"
|
| +#include "services/ui/surfaces/surfaces_state.h"
|
| +#include "services/ui/ws/server_window.h"
|
| +#include "services/ui/ws/server_window_delegate.h"
|
| +#include "services/ui/ws/server_window_surface.h"
|
| +#include "services/ui/ws/server_window_surface_manager.h"
|
| +#include "services/ui/ws/window_coordinate_conversions.h"
|
| #include "ui/gfx/geometry/point.h"
|
| #include "ui/gfx/geometry/point_f.h"
|
| #include "ui/gfx/transform.h"
|
|
|