Index: ash/mus/shell_delegate_mus.cc |
diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc |
index 9a4fb29bd9d4900eb51dd0f9286a691d44bdbb5c..b068bc95b90043fd1c8bd34d19f77e5451e5b6a6 100644 |
--- a/ash/mus/shell_delegate_mus.cc |
+++ b/ash/mus/shell_delegate_mus.cc |
@@ -71,7 +71,7 @@ bool ShellDelegateMus::IsRunningInForcedAppMode() const { |
return false; |
} |
-bool ShellDelegateMus::CanShowWindowForUser(WmWindow* window) const { |
+bool ShellDelegateMus::CanShowWindowForUser(aura::Window* window) const { |
NOTIMPLEMENTED(); |
return true; |
} |