| Index: services/ui/ws/access_policy.h
|
| diff --git a/components/mus/ws/access_policy.h b/services/ui/ws/access_policy.h
|
| similarity index 92%
|
| rename from components/mus/ws/access_policy.h
|
| rename to services/ui/ws/access_policy.h
|
| index 2f0cb366cc5200f73c2f8220350097302ba595e5..7b02ac61082dccb20889c8ae5492f570453e8336 100644
|
| --- a/components/mus/ws/access_policy.h
|
| +++ b/services/ui/ws/access_policy.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_WS_ACCESS_POLICY_H_
|
| -#define COMPONENTS_MUS_WS_ACCESS_POLICY_H_
|
| +#ifndef SERVICES_UI_WS_ACCESS_POLICY_H_
|
| +#define SERVICES_UI_WS_ACCESS_POLICY_H_
|
|
|
| #include <stdint.h>
|
|
|
| -#include "components/mus/public/interfaces/mus_constants.mojom.h"
|
| -#include "components/mus/public/interfaces/window_tree.mojom.h"
|
| -#include "components/mus/ws/ids.h"
|
| +#include "services/ui/public/interfaces/mus_constants.mojom.h"
|
| +#include "services/ui/public/interfaces/window_tree.mojom.h"
|
| +#include "services/ui/ws/ids.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
| @@ -81,4 +81,4 @@ class AccessPolicy {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_ACCESS_POLICY_H_
|
| +#endif // SERVICES_UI_WS_ACCESS_POLICY_H_
|
|
|