| Index: ash/wm/window_manager_unittest.cc
|
| diff --git a/ash/wm/window_manager_unittest.cc b/ash/wm/window_manager_unittest.cc
|
| index 60a961789598727f97c03fd68c019776cbe89f1c..4217e64060ed4e1f8bc9509fa28e2e5a551439ed 100644
|
| --- a/ash/wm/window_manager_unittest.cc
|
| +++ b/ash/wm/window_manager_unittest.cc
|
| @@ -449,7 +449,7 @@ TEST_F(WindowManagerTest, MAYBE_TransformActivate) {
|
| gfx::Size size = root_window->bounds().size();
|
| EXPECT_EQ(
|
| gfx::Rect(size).ToString(),
|
| - gfx::Screen::GetMonitorNearestPoint(gfx::Point()).bounds().ToString());
|
| + gfx::Screen::GetDisplayNearestPoint(gfx::Point()).bounds().ToString());
|
|
|
| // Rotate it clock-wise 90 degrees.
|
| ui::Transform transform;
|
|
|