| Index: ash/test/test_shell_delegate.h
|
| diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
|
| index b2957ee63e0c05e6c3d464a49d3e5ee3dc1a775b..1c05b76a605dacfb32bd6cd886991ab04f2676cf 100644
|
| --- a/ash/test/test_shell_delegate.h
|
| +++ b/ash/test/test_shell_delegate.h
|
| @@ -41,7 +41,7 @@ class TestShellDelegate : public 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;
|
|
|