| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index dbc15971eda191d8139417e922e69681051a9b75..f768cea3547e48f3b4d20654c6d02a1f2312e2a4 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -28,7 +28,7 @@ class ShellDelegateImpl : public ShellDelegate {
|
| bool IsIncognitoAllowed() const override;
|
| bool IsMultiProfilesEnabled() const override;
|
| bool IsRunningInForcedAppMode() const override;
|
| - bool CanShowWindowForUser(WmWindow* window) const override;
|
| + bool CanShowWindowForUser(aura::Window* window) const override;
|
| bool IsForceMaximizeOnFirstRun() const override;
|
| void PreInit() override;
|
| void PreShutdown() override;
|
|
|