| Index: ash/common/system/chromeos/session/logout_confirmation_controller.cc
|
| diff --git a/ash/common/system/chromeos/session/logout_confirmation_controller.cc b/ash/common/system/chromeos/session/logout_confirmation_controller.cc
|
| index 622c9122fd4cbf69deb2428222743d283f33d4bd..68433aff46a7ff30d807926bd42428c4e82f4d40 100644
|
| --- a/ash/common/system/chromeos/session/logout_confirmation_controller.cc
|
| +++ b/ash/common/system/chromeos/session/logout_confirmation_controller.cc
|
| @@ -94,7 +94,7 @@ void LogoutConfirmationController::OnDialogClosed() {
|
| }
|
|
|
| void LogoutConfirmationController::OnLastWindowClosed() {
|
| - if (WmShell::Get()->system_tray_delegate()->GetUserLoginStatus() !=
|
| + if (Shell::Get()->system_tray_delegate()->GetUserLoginStatus() !=
|
| LoginStatus::PUBLIC) {
|
| return;
|
| }
|
|
|