| Index: components/mus/vm/window_manager_access_policy.h
|
| diff --git a/components/mus/window_manager_access_policy.h b/components/mus/vm/window_manager_access_policy.h
|
| similarity index 89%
|
| rename from components/mus/window_manager_access_policy.h
|
| rename to components/mus/vm/window_manager_access_policy.h
|
| index 885ad7a7ef92d76b6bfedd93d58e00d198195a72..78f951395b721e4d49f03f997a22b66606761a9f 100644
|
| --- a/components/mus/window_manager_access_policy.h
|
| +++ b/components/mus/vm/window_manager_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_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| -#define COMPONENTS_MUS_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| +#ifndef COMPONENTS_MUS_VM_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| +#define COMPONENTS_MUS_VM_WINDOW_MANAGER_ACCESS_POLICY_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "components/mus/access_policy.h"
|
| +#include "components/mus/vm/access_policy.h"
|
|
|
| namespace mus {
|
|
|
| @@ -52,4 +52,4 @@ class WindowManagerAccessPolicy : public AccessPolicy {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| +#endif // COMPONENTS_MUS_VM_WINDOW_MANAGER_ACCESS_POLICY_H_
|
|
|