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

Unified Diff: ash/common/system/user/login_status.cc

Issue 2761373002: Move yet 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
« no previous file with comments | « ash/common/system/tray/tray_popup_utils.cc ('k') | ash/common/system/user/tray_user.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/user/login_status.cc
diff --git a/ash/common/system/user/login_status.cc b/ash/common/system/user/login_status.cc
index bc036f72d987cee38012a80c814373076f85aea8..011aca195bb3ebf1f1d45e0ed741d5f65e050820 100644
--- a/ash/common/system/user/login_status.cc
+++ b/ash/common/system/user/login_status.cc
@@ -5,7 +5,7 @@
#include "ash/common/system/user/login_status.h"
#include "ash/common/session/session_controller.h"
-#include "ash/common/wm_shell.h"
+#include "ash/shell.h"
#include "ash/strings/grit/ash_strings.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
@@ -26,7 +26,7 @@ base::string16 GetLocalizedSignOutStringForStatus(LoginStatus status,
break;
default:
message_id =
- WmShell::Get()->session_controller()->NumberOfLoggedInUsers() > 1
+ Shell::Get()->session_controller()->NumberOfLoggedInUsers() > 1
? IDS_ASH_STATUS_TRAY_SIGN_OUT_ALL
: IDS_ASH_STATUS_TRAY_SIGN_OUT;
break;
« no previous file with comments | « ash/common/system/tray/tray_popup_utils.cc ('k') | ash/common/system/user/tray_user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698