Index: components/mus/vm/access_policy.h |
diff --git a/components/mus/access_policy.h b/components/mus/vm/access_policy.h |
similarity index 93% |
rename from components/mus/access_policy.h |
rename to components/mus/vm/access_policy.h |
index 7537d30abe488b64f3cef70886f7bd667060af41..d28e6786b93d66bea2ef5673bae5d14ea108fb97 100644 |
--- a/components/mus/access_policy.h |
+++ b/components/mus/vm/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_MUS_ACCESS_POLICY_H_ |
-#define COMPONENTS_MUS_ACCESS_POLICY_H_ |
+#ifndef COMPONENTS_MUS_VM_ACCESS_POLICY_H_ |
+#define COMPONENTS_MUS_VM_ACCESS_POLICY_H_ |
-#include "components/mus/ids.h" |
#include "components/mus/public/interfaces/mus_constants.mojom.h" |
+#include "components/mus/vm/ids.h" |
namespace mus { |
@@ -56,4 +56,4 @@ class AccessPolicy { |
} // namespace mus |
-#endif // COMPONENTS_MUS_ACCESS_POLICY_H_ |
+#endif // COMPONENTS_MUS_VM_ACCESS_POLICY_H_ |