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

Unified Diff: ash/system/chromeos/power/tablet_power_button_controller_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
Index: ash/system/chromeos/power/tablet_power_button_controller_unittest.cc
diff --git a/ash/system/chromeos/power/tablet_power_button_controller_unittest.cc b/ash/system/chromeos/power/tablet_power_button_controller_unittest.cc
index a1bdc72dd630eca9334500cef89f9c4db71234b5..ae05934283a75cd739d8f37421e2a8fc3156593b 100644
--- a/ash/system/chromeos/power/tablet_power_button_controller_unittest.cc
+++ b/ash/system/chromeos/power/tablet_power_button_controller_unittest.cc
@@ -112,7 +112,7 @@ class TabletPowerButtonControllerTest : public AshTestBase {
// LockScreen is an async mojo call. Spin message loop to ensure it is
// delivered.
SessionController* const session_controller =
- WmShell::Get()->session_controller();
+ Shell::Get()->session_controller();
session_controller->FlushMojoForTest();
return session_controller->IsScreenLocked();
}
« no previous file with comments | « ash/system/chromeos/power/tablet_power_button_controller.cc ('k') | ash/system/chromeos/power/video_activity_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698