| Index: services/ui/ws/server_window_observer.h
|
| diff --git a/components/mus/ws/server_window_observer.h b/services/ui/ws/server_window_observer.h
|
| similarity index 93%
|
| rename from components/mus/ws/server_window_observer.h
|
| rename to services/ui/ws/server_window_observer.h
|
| index 2ea2f4c310a2195c4e0bb6961824ad73cef903db..3e88d32db3c35f4a2c4ac109482bc9497319fee7 100644
|
| --- a/components/mus/ws/server_window_observer.h
|
| +++ b/services/ui/ws/server_window_observer.h
|
| @@ -2,15 +2,15 @@
|
| // 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_OBSERVER_H_
|
| -#define COMPONENTS_MUS_WS_SERVER_WINDOW_OBSERVER_H_
|
| +#ifndef SERVICES_UI_WS_SERVER_WINDOW_OBSERVER_H_
|
| +#define SERVICES_UI_WS_SERVER_WINDOW_OBSERVER_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "components/mus/public/interfaces/mus_constants.mojom.h"
|
| +#include "services/ui/public/interfaces/mus_constants.mojom.h"
|
|
|
| namespace gfx {
|
| class Insets;
|
| @@ -94,4 +94,4 @@ class ServerWindowObserver {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_SERVER_WINDOW_OBSERVER_H_
|
| +#endif // SERVICES_UI_WS_SERVER_WINDOW_OBSERVER_H_
|
|
|