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

Unified Diff: ash/common/test/test_session_controller_client.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/web_notification/web_notification_tray.cc ('k') | ash/common/test/test_shelf_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/test/test_session_controller_client.cc
diff --git a/ash/common/test/test_session_controller_client.cc b/ash/common/test/test_session_controller_client.cc
index b4e86e2ccb2a19f5a560f61219562493eac3f43b..a9e9f8b378d2781b880dec4b2b83fccb18533ac8 100644
--- a/ash/common/test/test_session_controller_client.cc
+++ b/ash/common/test/test_session_controller_client.cc
@@ -9,7 +9,7 @@
#include "ash/common/login_status.h"
#include "ash/common/session/session_controller.h"
-#include "ash/common/wm_shell.h"
+#include "ash/shell.h"
#include "base/logging.h"
#include "base/strings/stringprintf.h"
#include "components/session_manager/session_manager_types.h"
@@ -79,7 +79,7 @@ void TestSessionControllerClient::SetSessionState(
controller_->SetSessionInfo(session_info_->Clone());
// TODO(xiyuan): Remove after LoginStatus becomes part of SessionController.
- WmShell::Get()->UpdateAfterLoginStatusChange(
+ Shell::Get()->UpdateAfterLoginStatusChange(
state == session_manager::SessionState::ACTIVE
? LoginStatus::USER
: LoginStatus::NOT_LOGGED_IN);
« no previous file with comments | « ash/common/system/web_notification/web_notification_tray.cc ('k') | ash/common/test/test_shelf_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698