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

Unified Diff: ash/common/accelerators/exit_warning_handler.cc

Issue 2741273002: chromeos: Promotes more from WmShell to Shell (Closed)
Patch Set: cleanup 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
Index: ash/common/accelerators/exit_warning_handler.cc
diff --git a/ash/common/accelerators/exit_warning_handler.cc b/ash/common/accelerators/exit_warning_handler.cc
index 396c4d918dd11f3aba6a614a7deee08eac9f99fa..5f6fe4a66b361830d479e9fa29569ffa541f871d 100644
--- a/ash/common/accelerators/exit_warning_handler.cc
+++ b/ash/common/accelerators/exit_warning_handler.cc
@@ -116,7 +116,7 @@ void ExitWarningHandler::HandleAccelerator() {
CancelTimer();
Hide();
WmShell::Get()->RecordUserMetricsAction(UMA_ACCEL_EXIT_SECOND_Q);
- WmShell::Get()->delegate()->Exit();
+ Shell::Get()->delegate()->Exit();
break;
case EXITING:
break;

Powered by Google App Engine
This is Rietveld 408576698