| Index: services/ui/ws/server_window_delegate.h
|
| diff --git a/components/mus/ws/server_window_delegate.h b/services/ui/ws/server_window_delegate.h
|
| similarity index 77%
|
| rename from components/mus/ws/server_window_delegate.h
|
| rename to services/ui/ws/server_window_delegate.h
|
| index 24d6bbd0daae80879a6a661cdb8de67e69507a38..90f9e4bd602f0fa1966bdefbea9d70a79596abd4 100644
|
| --- a/components/mus/ws/server_window_delegate.h
|
| +++ b/services/ui/ws/server_window_delegate.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_WS_SERVER_WINDOW_DELEGATE_H_
|
| -#define COMPONENTS_MUS_WS_SERVER_WINDOW_DELEGATE_H_
|
| +#ifndef SERVICES_UI_WS_SERVER_WINDOW_DELEGATE_H_
|
| +#define SERVICES_UI_WS_SERVER_WINDOW_DELEGATE_H_
|
|
|
| #include <memory>
|
|
|
| -#include "components/mus/public/interfaces/mus_constants.mojom.h"
|
| -#include "components/mus/public/interfaces/window_tree.mojom.h"
|
| +#include "services/ui/public/interfaces/mus_constants.mojom.h"
|
| +#include "services/ui/public/interfaces/window_tree.mojom.h"
|
|
|
| namespace mus {
|
|
|
| @@ -43,4 +43,4 @@ class ServerWindowDelegate {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_SERVER_WINDOW_DELEGATE_H_
|
| +#endif // SERVICES_UI_WS_SERVER_WINDOW_DELEGATE_H_
|
|
|