| Index: ash/focus_cycler_unittest.cc
|
| diff --git a/ash/focus_cycler_unittest.cc b/ash/focus_cycler_unittest.cc
|
| index 7d20988c9441eb1ac253890d6533f7529b81860b..664a32f020953aca75f1f3e0af2cdb1a9c4082ad 100644
|
| --- a/ash/focus_cycler_unittest.cc
|
| +++ b/ash/focus_cycler_unittest.cc
|
| @@ -96,7 +96,7 @@ class FocusCyclerTest : public AshTestBase {
|
| WmShell::Get()->GetRootWindowForNewWindows()->GetChildByShellWindowId(
|
| kShellWindowId_StatusContainer);
|
|
|
| - StatusAreaWidget* widget = new StatusAreaWidget(parent, shelf_widget());
|
| + StatusAreaWidget* widget = new StatusAreaWidget(parent, GetPrimaryShelf());
|
| widget->CreateTrayViews();
|
| widget->Show();
|
| tray_.reset(widget->system_tray());
|
|
|