| Index: ash/wm/panels/panel_layout_manager_unittest.cc
|
| diff --git a/ash/wm/panels/panel_layout_manager_unittest.cc b/ash/wm/panels/panel_layout_manager_unittest.cc
|
| index 7104a48b0b108f61cd79a3c83c2ea240a3dc275b..5dabe42689376854ccedd7ebc5e49eb59e290714 100644
|
| --- a/ash/wm/panels/panel_layout_manager_unittest.cc
|
| +++ b/ash/wm/panels/panel_layout_manager_unittest.cc
|
| @@ -95,7 +95,8 @@ class PanelLayoutManagerTest : public test::AshTestBase {
|
| void PanelInScreen(aura::Window* panel) {
|
| gfx::Rect panel_bounds = panel->GetBoundsInRootWindow();
|
| gfx::Point root_point = gfx::Point(panel_bounds.x(), panel_bounds.y());
|
| - gfx::Display display = ScreenUtil::FindDisplayContainingPoint(root_point);
|
| + display::Display display =
|
| + ScreenUtil::FindDisplayContainingPoint(root_point);
|
|
|
| gfx::Rect panel_bounds_in_screen = panel->GetBoundsInScreen();
|
| gfx::Point screen_bottom_right = gfx::Point(
|
|
|