| Index: components/mus/access_policy_delegate.h
|
| diff --git a/components/mus/access_policy_delegate.h b/components/mus/access_policy_delegate.h
|
| index 146a5b612b04fe3864ab08944c97e20cd9f3dc24..af4a50db072ea664e04b046c153067fa9a4ed614 100644
|
| --- a/components/mus/access_policy_delegate.h
|
| +++ b/components/mus/access_policy_delegate.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/containers/hash_tables.h"
|
| #include "components/mus/ids.h"
|
|
|
| -namespace mus {
|
| +namespace view_manager {
|
|
|
| class ServerView;
|
|
|
| @@ -35,6 +35,6 @@
|
| virtual ~AccessPolicyDelegate() {}
|
| };
|
|
|
| -} // namespace mus
|
| +} // namespace view_manager
|
|
|
| #endif // COMPONENTS_MUS_ACCESS_POLICY_DELEGATE_H_
|
|
|