| Index: ash/wm/panels/panel_layout_manager_unittest.cc
|
| diff --git a/ash/wm/panels/panel_layout_manager_unittest.cc b/ash/wm/panels/panel_layout_manager_unittest.cc
|
| index 92ea98f8e9f9dd85c8165461eeb97c1692b7b979..f20307a5aa5ab858a4832ba2dc0a360e58bd95d5 100644
|
| --- a/ash/wm/panels/panel_layout_manager_unittest.cc
|
| +++ b/ash/wm/panels/panel_layout_manager_unittest.cc
|
| @@ -220,7 +220,7 @@ class PanelLayoutManagerTest : public test::AshTestBase {
|
| test::ShelfViewTestAPI test_api(shelf_view);
|
| test_api.SetAnimationDuration(1);
|
| test_api.RunMessageLoopUntilAnimationsDone();
|
| - int index = WmShell::Get()->shelf_model()->ItemIndexByID(
|
| + int index = Shell::Get()->shelf_model()->ItemIndexByID(
|
| window->GetProperty(kShelfIDKey));
|
| gfx::Rect bounds = test_api.GetButton(index)->GetBoundsInScreen();
|
|
|
|
|