| Index: chrome/browser/ui/ash/chrome_shell_delegate.h
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| index cdfc843e9a2b5429d087006571b251390a6c1f77..e2e1063def994d6b8e2ce93c40aa6db1c0639f8d 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -35,7 +35,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| bool IsMultiProfilesEnabled() const override;
|
| bool IsIncognitoAllowed() const override;
|
| bool IsRunningInForcedAppMode() const override;
|
| - bool CanShowWindowForUser(ash::WmWindow* window) const override;
|
| + bool CanShowWindowForUser(aura::Window* window) const override;
|
| bool IsForceMaximizeOnFirstRun() const override;
|
| void PreInit() override;
|
| void PreShutdown() override;
|
|
|