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

Unified Diff: ash/test/test_session_state_delegate.cc

Issue 2393083005: Moves Shell::CreateShelf() to WmShell (Closed)
Patch Set: fix shell Created 4 years, 2 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: ash/test/test_session_state_delegate.cc
diff --git a/ash/test/test_session_state_delegate.cc b/ash/test/test_session_state_delegate.cc
index 9d09bc8a852dc6d2c8ba9911dc29fa1a68fe7064..b625e295b0e007650baecac1174503ff2d64d0bb 100644
--- a/ash/test/test_session_state_delegate.cc
+++ b/ash/test/test_session_state_delegate.cc
@@ -175,7 +175,7 @@ void TestSessionStateDelegate::SetActiveUserSessionStarted(
if (active_user_session_started) {
user_manager_->SessionStarted();
session_state_ = SESSION_STATE_ACTIVE;
- Shell::GetInstance()->CreateShelf();
+ WmShell::Get()->CreateShelf();
Shell::GetInstance()->UpdateAfterLoginStatusChange(LoginStatus::USER);
} else {
session_state_ = SESSION_STATE_LOGIN_PRIMARY;

Powered by Google App Engine
This is Rietveld 408576698