| Index: ash/wm/workspace/workspace_event_handler_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_event_handler_unittest.cc b/ash/wm/workspace/workspace_event_handler_unittest.cc
|
| index d0dcdb67f4b0abd4367be93bfcdafa31ff67ba0e..feec4bdbc6b3d4037d12aaadf9a8be8129cf4de4 100644
|
| --- a/ash/wm/workspace/workspace_event_handler_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_event_handler_unittest.cc
|
| @@ -158,7 +158,7 @@ TEST_F(WorkspaceEventHandlerTest, DoubleClickSingleAxisResizeEdge) {
|
| gfx::Rect work_area2 = ScreenAsh::GetSecondaryDisplay().work_area();
|
| restored_bounds.SetRect(220,20, 50, 50);
|
| window->SetBoundsInScreen(restored_bounds, ScreenAsh::GetSecondaryDisplay());
|
| - aura::RootWindow* second_root = Shell::GetAllRootWindows()[1];
|
| + aura::Window* second_root = Shell::GetAllRootWindows()[1];
|
| EXPECT_EQ(second_root, window->GetRootWindow());
|
| aura::test::EventGenerator generator2(second_root, window.get());
|
|
|
|
|