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

Unified Diff: ash/common/system/user/tray_user_unittest.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/user/tray_user.cc ('k') | ash/common/system/user/user_card_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/user/tray_user_unittest.cc
diff --git a/ash/common/system/user/tray_user_unittest.cc b/ash/common/system/user/tray_user_unittest.cc
index 74d0cae67370820a26db9cd731b8ea017ff14e9b..7b6c5476466fce942b423fd37aa3574287ccc30b 100644
--- a/ash/common/system/user/tray_user_unittest.cc
+++ b/ash/common/system/user/tray_user_unittest.cc
@@ -55,9 +55,7 @@ class TrayUserTest : public test::AshTestBase {
// Accessors to various system components.
SystemTray* tray() { return tray_; }
- SessionController* controller() {
- return WmShell::Get()->session_controller();
- }
+ SessionController* controller() { return Shell::Get()->session_controller(); }
TrayUser* tray_user(int index) { return tray_user_[index]; }
private:
« no previous file with comments | « ash/common/system/user/tray_user.cc ('k') | ash/common/system/user/user_card_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698