| Index: ash/common/test/test_shelf_item_delegate.cc
|
| diff --git a/ash/common/test/test_shelf_item_delegate.cc b/ash/common/test/test_shelf_item_delegate.cc
|
| index f799c995765ca13c7576c4c39ac12263971e8d5c..69430b6b4d2372567badbab73975bac45ef1b2a1 100644
|
| --- a/ash/common/test/test_shelf_item_delegate.cc
|
| +++ b/ash/common/test/test_shelf_item_delegate.cc
|
| @@ -11,7 +11,7 @@ namespace ash {
|
| namespace test {
|
|
|
| TestShelfItemDelegate::TestShelfItemDelegate(WmWindow* window)
|
| - : window_(window) {}
|
| + : ShelfItemDelegate(AppLaunchId()), window_(window) {}
|
|
|
| TestShelfItemDelegate::~TestShelfItemDelegate() {}
|
|
|
|
|