Chromium Code Reviews| Index: ash/shell/shell_delegate_impl.cc |
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc |
| index 1a4a4eb8282afb9a30874a6c0612b543daa78ab1..e9112bac622fa58e48c0fb014306e3919a763860 100644 |
| --- a/ash/shell/shell_delegate_impl.cc |
| +++ b/ash/shell/shell_delegate_impl.cc |
| @@ -102,7 +102,7 @@ bool ShellDelegateImpl::IsRunningInForcedAppMode() const { |
| return false; |
| } |
| -bool ShellDelegateImpl::CanShowWindowForUser(WmWindow* window) const { |
| +bool ShellDelegateImpl::CanShowWindowForUser(aura::Window* window) const { |
| return true; |
| } |