| Index: components/mus/window_manager_access_policy.h
|
| diff --git a/components/view_manager/window_manager_access_policy.h b/components/mus/window_manager_access_policy.h
|
| similarity index 89%
|
| rename from components/view_manager/window_manager_access_policy.h
|
| rename to components/mus/window_manager_access_policy.h
|
| index 340d873fb3643142deaa17c6933e10c9a67cc031..fc07d5e0a1668966fc8ef72589219397b6000e46 100644
|
| --- a/components/view_manager/window_manager_access_policy.h
|
| +++ b/components/mus/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_VIEW_MANAGER_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| -#define COMPONENTS_VIEW_MANAGER_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| +#ifndef COMPONENTS_MUS_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| +#define COMPONENTS_MUS_WINDOW_MANAGER_ACCESS_POLICY_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "components/view_manager/access_policy.h"
|
| +#include "components/mus/access_policy.h"
|
|
|
| namespace view_manager {
|
|
|
| @@ -53,4 +53,4 @@ class WindowManagerAccessPolicy : public AccessPolicy {
|
|
|
| } // namespace view_manager
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| +#endif // COMPONENTS_MUS_WINDOW_MANAGER_ACCESS_POLICY_H_
|
|
|