| Index: ash/display/display_manager_unittest.cc
|
| diff --git a/ash/display/display_manager_unittest.cc b/ash/display/display_manager_unittest.cc
|
| index e4305fa00286d2336a71221037c8b353f07c581d..68b67e2a9580c1de387c8fb31291517026033324 100644
|
| --- a/ash/display/display_manager_unittest.cc
|
| +++ b/ash/display/display_manager_unittest.cc
|
| @@ -69,7 +69,7 @@ class DisplayManagerTest : public test::AshTestBase,
|
| }
|
|
|
| const DisplayInfo& GetDisplayInfo(const gfx::Display& display) {
|
| - return display_manager()->GetDisplayInfo(display);
|
| + return display_manager()->GetDisplayInfo(display.id());
|
| }
|
|
|
| const DisplayInfo& GetDisplayInfoAt(int index) {
|
|
|