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

Unified Diff: ash/wm/lock_state_controller_unittest.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/wm/lock_state_controller_unittest.cc
diff --git a/ash/wm/lock_state_controller_unittest.cc b/ash/wm/lock_state_controller_unittest.cc
index 51af5109dc11e14693f4a6c6644d6c5ac72855ff..9c17220bf0e9875a65f78c322fbf95bb7e01677d 100644
--- a/ash/wm/lock_state_controller_unittest.cc
+++ b/ash/wm/lock_state_controller_unittest.cc
@@ -88,8 +88,7 @@ class LockStateControllerTest : public AshTestBase {
power_button_controller_ = Shell::GetInstance()->power_button_controller();
- shell_delegate_ =
- static_cast<TestShellDelegate*>(WmShell::Get()->delegate());
+ shell_delegate_ = static_cast<TestShellDelegate*>(Shell::Get()->delegate());
}
void TearDown() override {

Powered by Google App Engine
This is Rietveld 408576698