| Index: services/ui/ws/window_manager_access_policy.h
|
| diff --git a/components/mus/ws/window_manager_access_policy.h b/services/ui/ws/window_manager_access_policy.h
|
| similarity index 93%
|
| rename from components/mus/ws/window_manager_access_policy.h
|
| rename to services/ui/ws/window_manager_access_policy.h
|
| index 8b9c6edcec93612e3b4e12d4018600cdaa170a5a..d0ab87b7bf06f18cbe21626d9a3e9b8a7d5f4b24 100644
|
| --- a/components/mus/ws/window_manager_access_policy.h
|
| +++ b/services/ui/ws/window_manager_access_policy.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_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| -#define COMPONENTS_MUS_WS_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| +#ifndef SERVICES_UI_WS_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| +#define SERVICES_UI_WS_WINDOW_MANAGER_ACCESS_POLICY_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include "base/macros.h"
|
| -#include "components/mus/ws/access_policy.h"
|
| +#include "services/ui/ws/access_policy.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
| @@ -73,4 +73,4 @@ class WindowManagerAccessPolicy : public AccessPolicy {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| +#endif // SERVICES_UI_WS_WINDOW_MANAGER_ACCESS_POLICY_H_
|
|
|