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

Unified Diff: ash/test/test_session_state_delegate.cc

Issue 2401803002: Moves Shell::ShowShelf() to WmShell (Closed)
Patch Set: 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
« no previous file with comments | « ash/shell.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9c39a9e43b5c3a0c5062aee75f9c67acc0230373..9d09bc8a852dc6d2c8ba9911dc29fa1a68fe7064 100644
--- a/ash/test/test_session_state_delegate.cc
+++ b/ash/test/test_session_state_delegate.cc
@@ -166,7 +166,7 @@ void TestSessionStateDelegate::SetHasActiveUser(bool has_active_user) {
session_state_ = SESSION_STATE_LOGIN_PRIMARY;
} else {
session_state_ = SESSION_STATE_ACTIVE;
- Shell::GetInstance()->ShowShelf();
+ WmShell::Get()->ShowShelf();
}
}
« no previous file with comments | « ash/shell.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698