Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Unified Diff: chrome/browser/chromeos/power/login_lock_state_notifier.cc

Issue 2761063002: Move more from WmShell to Shell (Closed)
Patch Set: merge Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698