| Index: ash/wm/drag_window_resizer_unittest.cc
|
| diff --git a/ash/wm/drag_window_resizer_unittest.cc b/ash/wm/drag_window_resizer_unittest.cc
|
| index 3a58f358a1ee5ab6fc31df198878dc4fab51e93e..72712ed0651f0958bb03cddc772fb98ef111995a 100644
|
| --- a/ash/wm/drag_window_resizer_unittest.cc
|
| +++ b/ash/wm/drag_window_resizer_unittest.cc
|
| @@ -78,7 +78,6 @@ class DragWindowResizerTest : public test::AshMDTestBase {
|
| gfx::Rect root_bounds(root->bounds());
|
| EXPECT_EQ(kRootHeight, root_bounds.height());
|
| EXPECT_EQ(800, root_bounds.width());
|
| - Shell::GetInstance()->SetDisplayWorkAreaInsets(root, gfx::Insets());
|
| window_.reset(new aura::Window(&delegate_));
|
| window_->SetType(ui::wm::WINDOW_TYPE_NORMAL);
|
| window_->Init(ui::LAYER_NOT_DRAWN);
|
|
|