| Index: ash/wm/panels/panel_window_resizer_unittest.cc
|
| diff --git a/ash/wm/panels/panel_window_resizer_unittest.cc b/ash/wm/panels/panel_window_resizer_unittest.cc
|
| index 0478525c73de7cf88855ed186f127a41d5c6ff11..23a79627eaef9230a2d36e1399ade1e8384ac3ca 100644
|
| --- a/ash/wm/panels/panel_window_resizer_unittest.cc
|
| +++ b/ash/wm/panels/panel_window_resizer_unittest.cc
|
| @@ -64,6 +64,7 @@ class PanelWindowResizerTest : public test::AshTestBase {
|
| static int id = 0;
|
| std::string shelf_id(ash::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;
|
| }
|
|
|