| Index: ash/mus/shell_delegate_mus.h
|
| diff --git a/ash/mus/shell_delegate_mus.h b/ash/mus/shell_delegate_mus.h
|
| index c5cadeab7540c60162e2465ea55e635b1f8529f8..514db36aabb4650e80be69e0cff5275aa9b2943e 100644
|
| --- a/ash/mus/shell_delegate_mus.h
|
| +++ b/ash/mus/shell_delegate_mus.h
|
| @@ -26,7 +26,7 @@ class ShellDelegateMus : 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;
|
|
|