Index: ash/wm/workspace/workspace_manager_unittest.cc |
diff --git a/ash/wm/workspace/workspace_manager_unittest.cc b/ash/wm/workspace/workspace_manager_unittest.cc |
index 22e20f293c4a020f8c88f430ae585899bf5cfdcb..0377b7d0413e7b3f9687a33eccfd6adc7250c46c 100644 |
--- a/ash/wm/workspace/workspace_manager_unittest.cc |
+++ b/ash/wm/workspace/workspace_manager_unittest.cc |
@@ -61,7 +61,7 @@ class WorkspaceManagerTest : public test::AshTestBase { |
} |
gfx::Rect GetFullscreenBounds(aura::Window* window) { |
- return gfx::Screen::GetMonitorNearestWindow(window).bounds(); |
+ return gfx::Screen::GetDisplayNearestWindow(window).bounds(); |
} |
Workspace* active_workspace() { |