| Index: services/ui/ws/window_server_delegate.cc
|
| diff --git a/components/mus/ws/window_server_delegate.cc b/services/ui/ws/window_server_delegate.cc
|
| similarity index 84%
|
| rename from components/mus/ws/window_server_delegate.cc
|
| rename to services/ui/ws/window_server_delegate.cc
|
| index 1d9a1045f3c03be099275d23ae70c8e7d92a56aa..5a6b8a0b4a00b27a48bd0a492b5f929b71b1aff1 100644
|
| --- a/components/mus/ws/window_server_delegate.cc
|
| +++ b/services/ui/ws/window_server_delegate.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 "components/mus/ws/window_server_delegate.h"
|
| +#include "services/ui/ws/window_server_delegate.h"
|
|
|
| -#include "components/mus/ws/window_tree_binding.h"
|
| +#include "services/ui/ws/window_tree_binding.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
|
|