| Index: ash/sysui/shell_delegate_mus.h
|
| diff --git a/ash/sysui/shell_delegate_mus.h b/ash/sysui/shell_delegate_mus.h
|
| index 5e50d074ac1c2d69e1c464ef2375ecfaff443a22..7c7ee77215b8aab39eb01701bd7d5322ded83d6e 100644
|
| --- a/ash/sysui/shell_delegate_mus.h
|
| +++ b/ash/sysui/shell_delegate_mus.h
|
| @@ -29,7 +29,7 @@ class ShellDelegateMus : public ash::ShellDelegate {
|
| bool IsIncognitoAllowed() const override;
|
| bool IsMultiProfilesEnabled() const override;
|
| bool IsRunningInForcedAppMode() const override;
|
| - bool CanShowWindowForUser(aura::Window* window) const override;
|
| + bool CanShowWindowForUser(WmWindow* window) const override;
|
| bool IsForceMaximizeOnFirstRun() const override;
|
| void PreInit() override;
|
| void PreShutdown() override;
|
|
|