| 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 6b81b1cef67ffc08e74ad62aa5021cfc40df3589..5bb9bcb84f226995ba7441d0208f39f5ca37eb72 100644
|
| --- a/ash/wm/panels/panel_layout_manager_unittest.cc
|
| +++ b/ash/wm/panels/panel_layout_manager_unittest.cc
|
| @@ -90,6 +90,7 @@ class PanelLayoutManagerTest : public test::AshTestBase {
|
| static int id = 0;
|
| std::string shelf_id(ShelfID(base::IntToString(id++)).Serialize());
|
| window->SetProperty(kShelfIDKey, new std::string(shelf_id));
|
| + window->SetProperty<int>(kShelfItemTypeKey, TYPE_APP_PANEL);
|
| shelf_view_test()->RunMessageLoopUntilAnimationsDone();
|
| return window;
|
| }
|
|
|