Index: ash/test/test_shell_delegate.h |
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h |
index ec26985c9d9c618df52a3bc74ca5cb428035b599..23cadccbc4a563c63bca070168dd3cebb75f7ab7 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(WmWindow* window) const override; |
+ bool CanShowWindowForUser(aura::Window* window) const override; |
bool IsForceMaximizeOnFirstRun() const override; |
void PreInit() override; |
void PreShutdown() override; |