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

Unified Diff: ash/shell/app_list.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/shell.cc ('k') | ash/shell/content/client/shell_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/app_list.cc
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
index 58ca08792724ff195182cb06c93ada168af7935e..983a6a0ba54ee4ab75b30d03c76a3a2d9d451c67 100644
--- a/ash/shell/app_list.cc
+++ b/ash/shell/app_list.cc
@@ -112,7 +112,7 @@ class WindowTypeShelfItem : public app_list::AppListItem {
break;
}
case LOCK_SCREEN: {
- WmShell::Get()->session_controller()->LockScreen();
+ Shell::Get()->session_controller()->LockScreen();
break;
}
case WIDGETS_WINDOW: {
« no previous file with comments | « ash/shell.cc ('k') | ash/shell/content/client/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698