| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 6bcd838f85cc647c989dcda580ddc420982902b1..d808dbf90de14c5e2c8ceafe8d8104bd90e96ec6 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -35,7 +35,7 @@ class ShellDelegateImpl : 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;
|
|
|