Index: ash/test/test_shell_delegate.cc |
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc |
index 204b3a3dd655b4b6fd0fc64d86e73fcceffad064..329897d464c31713235483891bc6b390cbd7f1b4 100644 |
--- a/ash/test/test_shell_delegate.cc |
+++ b/ash/test/test_shell_delegate.cc |
@@ -79,7 +79,7 @@ bool TestShellDelegate::IsRunningInForcedAppMode() const { |
return false; |
} |
-bool TestShellDelegate::CanShowWindowForUser(WmWindow* window) const { |
+bool TestShellDelegate::CanShowWindowForUser(aura::Window* window) const { |
return true; |
} |