| Index: components/mus/ws/default_access_policy.h
|
| diff --git a/components/mus/ws/default_access_policy.h b/components/mus/ws/default_access_policy.h
|
| index fc11edea547fe0b630b6dd3a213e620052050ed7..5c2d5f6ab7dff3720dc878c0f13681dbe46d16b4 100644
|
| --- a/components/mus/ws/default_access_policy.h
|
| +++ b/components/mus/ws/default_access_policy.h
|
| @@ -55,7 +55,7 @@ class DefaultAccessPolicy : public AccessPolicy {
|
| const ServerWindow** old_parent) const override;
|
| const ServerWindow* GetWindowForFocusChange(
|
| const ServerWindow* focused) override;
|
| - bool CanSetWindowManagerInternal() const override;
|
| + bool CanSetWindowManager() const override;
|
|
|
| private:
|
| bool WasCreatedByThisConnection(const ServerWindow* window) const;
|
|
|