| Index: ash/focus_cycler_unittest.cc
|
| diff --git a/ash/focus_cycler_unittest.cc b/ash/focus_cycler_unittest.cc
|
| index aebede49b07bf1833734531daa8e4e90c60246a7..f7629dc18992586f90c333b92b259dc2a209aa7a 100644
|
| --- a/ash/focus_cycler_unittest.cc
|
| +++ b/ash/focus_cycler_unittest.cc
|
| @@ -383,7 +383,7 @@ TEST_F(FocusCyclerTest, CycleFocusThroughWindowWithPanes) {
|
|
|
| // Pressing "Escape" while on the status area should
|
| // deactivate it, and activate the browser window.
|
| - aura::RootWindow* root = Shell::GetPrimaryRootWindow();
|
| + aura::Window* root = Shell::GetPrimaryRootWindow();
|
| aura::test::EventGenerator event_generator(root, root);
|
| event_generator.PressKey(ui::VKEY_ESCAPE, 0);
|
| EXPECT_TRUE(wm::IsActiveWindow(browser_window));
|
|
|