| Index: chrome/browser/chromeos/power/login_lock_state_notifier.cc
|
| diff --git a/chrome/browser/chromeos/power/login_lock_state_notifier.cc b/chrome/browser/chromeos/power/login_lock_state_notifier.cc
|
| index 1be0f74b22706792bf1f3590ba8f380ac16e50b3..e6e16b5c72d8a428065564bbbc92c37d0d4d671f 100644
|
| --- a/chrome/browser/chromeos/power/login_lock_state_notifier.cc
|
| +++ b/chrome/browser/chromeos/power/login_lock_state_notifier.cc
|
| @@ -22,8 +22,8 @@ namespace chromeos {
|
| namespace {
|
|
|
| ash::LoginStatus GetCurrentLoginStatus() {
|
| - if (ash::WmShell::Get()->system_tray_delegate())
|
| - return ash::WmShell::Get()->system_tray_delegate()->GetUserLoginStatus();
|
| + if (ash::Shell::Get()->system_tray_delegate())
|
| + return ash::Shell::Get()->system_tray_delegate()->GetUserLoginStatus();
|
|
|
| return ash::LoginStatus::NOT_LOGGED_IN;
|
| }
|
|
|