| Index: services/ui/ws/window_finder_unittest.cc
|
| diff --git a/components/mus/ws/window_finder_unittest.cc b/services/ui/ws/window_finder_unittest.cc
|
| similarity index 88%
|
| rename from components/mus/ws/window_finder_unittest.cc
|
| rename to services/ui/ws/window_finder_unittest.cc
|
| index f910624ce433ca3a8072eb72633100589a9cbc79..3c0d46f66d13567d17272e6eef2aec1b22da22b1 100644
|
| --- a/components/mus/ws/window_finder_unittest.cc
|
| +++ b/services/ui/ws/window_finder_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // 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/ws/server_window.h"
|
| -#include "components/mus/ws/server_window_surface_manager.h"
|
| -#include "components/mus/ws/server_window_surface_manager_test_api.h"
|
| -#include "components/mus/ws/test_server_window_delegate.h"
|
| -#include "components/mus/ws/window_finder.h"
|
| +#include "services/ui/ws/server_window.h"
|
| +#include "services/ui/ws/server_window_surface_manager.h"
|
| +#include "services/ui/ws/server_window_surface_manager_test_api.h"
|
| +#include "services/ui/ws/test_server_window_delegate.h"
|
| +#include "services/ui/ws/window_finder.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mus {
|
|
|