| Index: ash/shelf/shelf_layout_manager_unittest.cc
|
| diff --git a/ash/shelf/shelf_layout_manager_unittest.cc b/ash/shelf/shelf_layout_manager_unittest.cc
|
| index 76a09e53bab72f653244cb6c014745fe55520655..87b37635a580a799e024ddf32cd3160e8efafcdb 100644
|
| --- a/ash/shelf/shelf_layout_manager_unittest.cc
|
| +++ b/ash/shelf/shelf_layout_manager_unittest.cc
|
| @@ -267,7 +267,7 @@ class ShelfLayoutObserverTest : public ShelfLayoutManagerObserver {
|
| class TestItem : public SystemTrayItem {
|
| public:
|
| TestItem()
|
| - : SystemTrayItem(GetSystemTray()),
|
| + : SystemTrayItem(GetSystemTray(), NETWORK),
|
| tray_view_(nullptr),
|
| default_view_(nullptr),
|
| detailed_view_(nullptr),
|
|
|