| Index: services/ui/ws/default_access_policy.h
|
| diff --git a/components/mus/ws/default_access_policy.h b/services/ui/ws/default_access_policy.h
|
| similarity index 93%
|
| rename from components/mus/ws/default_access_policy.h
|
| rename to services/ui/ws/default_access_policy.h
|
| index 9135fb9901d53cbb86edbed02f051561da3243bd..b300f9bc407a7a5364eddaa1845950892117baf0 100644
|
| --- a/components/mus/ws/default_access_policy.h
|
| +++ b/services/ui/ws/default_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_DEFAULT_ACCESS_POLICY_H_
|
| -#define COMPONENTS_MUS_WS_DEFAULT_ACCESS_POLICY_H_
|
| +#ifndef SERVICES_UI_WS_DEFAULT_ACCESS_POLICY_H_
|
| +#define SERVICES_UI_WS_DEFAULT_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 DefaultAccessPolicy : public AccessPolicy {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_DEFAULT_ACCESS_POLICY_H_
|
| +#endif // SERVICES_UI_WS_DEFAULT_ACCESS_POLICY_H_
|
|
|