| Index: components/mus/vm/access_policy_delegate.h
|
| diff --git a/components/mus/access_policy_delegate.h b/components/mus/vm/access_policy_delegate.h
|
| similarity index 84%
|
| rename from components/mus/access_policy_delegate.h
|
| rename to components/mus/vm/access_policy_delegate.h
|
| index 146a5b612b04fe3864ab08944c97e20cd9f3dc24..60f5e930263cd05e944a4847ea0ebdcb3bc67c69 100644
|
| --- a/components/mus/access_policy_delegate.h
|
| +++ b/components/mus/vm/access_policy_delegate.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_ACCESS_POLICY_DELEGATE_H_
|
| -#define COMPONENTS_MUS_ACCESS_POLICY_DELEGATE_H_
|
| +#ifndef COMPONENTS_MUS_VM_ACCESS_POLICY_DELEGATE_H_
|
| +#define COMPONENTS_MUS_VM_ACCESS_POLICY_DELEGATE_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/containers/hash_tables.h"
|
| -#include "components/mus/ids.h"
|
| +#include "components/mus/vm/ids.h"
|
|
|
| namespace mus {
|
|
|
| @@ -37,4 +37,4 @@ class AccessPolicyDelegate {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_ACCESS_POLICY_DELEGATE_H_
|
| +#endif // COMPONENTS_MUS_VM_ACCESS_POLICY_DELEGATE_H_
|
|
|