| 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 34aceef457cc3cc9f92af0cbbcc8d001c663a73d..0409a76f00e1124eaa29e0b659685e5e39da5edb 100644
|
| --- a/ash/wm/workspace/workspace_manager_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_manager_unittest.cc
|
| @@ -451,7 +451,7 @@ TEST_F(WorkspaceManagerTest, ShelfStateUpdated) {
|
| // Since ShelfLayoutManager queries for mouse location, move the mouse so
|
| // it isn't over the shelf.
|
| aura::test::EventGenerator generator(
|
| - Shell::GetInstance()->GetRootWindow(), gfx::Point());
|
| + Shell::GetPrimaryRootWindow(), gfx::Point());
|
| generator.MoveMouseTo(0, 0);
|
|
|
| // Two windows, w1 normal, w2 maximized.
|
|
|