| Index: ash/common/wm/container_finder.cc
|
| diff --git a/ash/common/wm/container_finder.cc b/ash/common/wm/container_finder.cc
|
| index c52067a4a422b771a3eff3f61106b21d85ec9066..b9fe31675b56254afb2bbd60af6d24c52a2fe940 100644
|
| --- a/ash/common/wm/container_finder.cc
|
| +++ b/ash/common/wm/container_finder.cc
|
| @@ -39,7 +39,7 @@ WmWindow* GetSystemModalContainer(WmWindow* root, WmWindow* window) {
|
| // all modal windows are placed into the normal modal container.
|
| // In case of missing transient parent (it could happen for alerts from
|
| // background pages) assume that the window belongs to user session.
|
| - if (!WmShell::Get()->session_controller()->IsUserSessionBlocked() ||
|
| + if (!Shell::Get()->session_controller()->IsUserSessionBlocked() ||
|
| !window->GetTransientParent()) {
|
| return root->GetChildByShellWindowId(kShellWindowId_SystemModalContainer);
|
| }
|
|
|