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

Unified Diff: ash/wm/window_cycle_controller_unittest.cc

Issue 2761063002: Move 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/window_cycle_controller_unittest.cc
diff --git a/ash/wm/window_cycle_controller_unittest.cc b/ash/wm/window_cycle_controller_unittest.cc
index d74909fa8e8b2efabf8c22ec43ae9c86bfeeb550..c6393a3660c5ca6bf70ca1f0807da9b8b08376ec 100644
--- a/ash/wm/window_cycle_controller_unittest.cc
+++ b/ash/wm/window_cycle_controller_unittest.cc
@@ -151,7 +151,7 @@ TEST_F(WindowCycleControllerTest, SingleWindowNotActive) {
// Rotate focus, this should move focus to another window that isn't part of
// the default container.
- WmShell::Get()->focus_cycler()->RotateFocus(FocusCycler::FORWARD);
+ Shell::Get()->focus_cycler()->RotateFocus(FocusCycler::FORWARD);
EXPECT_FALSE(wm::IsActiveWindow(window0.get()));
// Cycling should activate the window.

Powered by Google App Engine
This is Rietveld 408576698