| Index: ash/dip_unittest.cc
|
| diff --git a/ash/dip_unittest.cc b/ash/dip_unittest.cc
|
| index 5d631386c090ffce61561f45d5c8fef00c002434..ac79d537b08bca402c479a6d468ef67364d73c88 100644
|
| --- a/ash/dip_unittest.cc
|
| +++ b/ash/dip_unittest.cc
|
| @@ -60,7 +60,7 @@ TEST_P(DIPTest, WorkArea) {
|
| display::Screen* screen = display::Screen::GetScreen();
|
|
|
| const display::Display display_2x = screen->GetDisplayNearestWindow(root);
|
| - const DisplayInfo display_info_2x =
|
| + const display::ManagedDisplayInfo display_info_2x =
|
| Shell::GetInstance()->display_manager()->GetDisplayInfo(display_2x.id());
|
|
|
| // The |bounds_in_pixel()| should report bounds in pixel coordinate.
|
|
|