| Index: chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
|
| index d85677d87eb7ee6fa97015f5afbf168b26417faa..2bedb0846142e073d24fe10aed686ccb48812c9a 100644
|
| --- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
|
| @@ -736,7 +736,7 @@ void MultiUserWindowManagerChromeOS::SetWindowVisibility(
|
| // Get the system modal container for the window's root window.
|
| aura::Window* system_modal_container =
|
| window->GetRootWindow()->GetChildById(
|
| - ash::internal::kShellWindowId_SystemModalContainer);
|
| + ash::kShellWindowId_SystemModalContainer);
|
| if (window->parent() == system_modal_container) {
|
| // The window is system modal and we need to find the parent which owns
|
| // it so that we can switch to the desktop accordingly.
|
|
|