| Index: components/mus/access_policy.h
|
| diff --git a/components/view_manager/access_policy.h b/components/mus/access_policy.h
|
| similarity index 89%
|
| rename from components/view_manager/access_policy.h
|
| rename to components/mus/access_policy.h
|
| index 196e7f6ca8c13a6663d45a1199483d7d8a28b67b..89f8b295923e6d8c73a8ee4151e36de37a6ede07 100644
|
| --- a/components/view_manager/access_policy.h
|
| +++ b/components/mus/access_policy.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_VIEW_MANAGER_ACCESS_POLICY_H_
|
| -#define COMPONENTS_VIEW_MANAGER_ACCESS_POLICY_H_
|
| +#ifndef COMPONENTS_MUS_ACCESS_POLICY_H_
|
| +#define COMPONENTS_MUS_ACCESS_POLICY_H_
|
|
|
| -#include "components/view_manager/ids.h"
|
| -#include "components/view_manager/public/interfaces/view_manager_constants.mojom.h"
|
| +#include "components/mus/ids.h"
|
| +#include "components/mus/public/interfaces/view_manager_constants.mojom.h"
|
|
|
| namespace view_manager {
|
|
|
| @@ -56,4 +56,4 @@ class AccessPolicy {
|
|
|
| } // namespace view_manager
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_ACCESS_POLICY_H_
|
| +#endif // COMPONENTS_MUS_ACCESS_POLICY_H_
|
|
|