| Index: ash/sysui/shell_delegate_mus.cc
|
| diff --git a/ash/sysui/shell_delegate_mus.cc b/ash/sysui/shell_delegate_mus.cc
|
| index b13910d4e95a7bf8e9a1b818328a869528a9da92..05b0306eb358d350321fa681d3a54294f4889fef 100644
|
| --- a/ash/sysui/shell_delegate_mus.cc
|
| +++ b/ash/sysui/shell_delegate_mus.cc
|
| @@ -128,7 +128,7 @@ bool ShellDelegateMus::IsRunningInForcedAppMode() const {
|
| return false;
|
| }
|
|
|
| -bool ShellDelegateMus::CanShowWindowForUser(aura::Window* window) const {
|
| +bool ShellDelegateMus::CanShowWindowForUser(WmWindow* window) const {
|
| NOTIMPLEMENTED();
|
| return true;
|
| }
|
|
|