| Index: components/mus/ws/access_policy.h
|
| diff --git a/components/mus/ws/access_policy.h b/components/mus/ws/access_policy.h
|
| index f054b3feab5a9e5cd4f82b192c648cc566748e0f..ac354798e9be3cc612061ef15b8521e4877b2f17 100644
|
| --- a/components/mus/ws/access_policy.h
|
| +++ b/components/mus/ws/access_policy.h
|
| @@ -63,7 +63,7 @@ class AccessPolicy {
|
| const ServerWindow* window,
|
| const ServerWindow** new_parent,
|
| const ServerWindow** old_parent) const = 0;
|
| - virtual bool CanSetWindowManagerInternal() const = 0;
|
| + virtual bool CanSetWindowManager() const = 0;
|
|
|
| // Returns the window to supply to the client when focus changes to |focused|.
|
| virtual const ServerWindow* GetWindowForFocusChange(
|
|
|