| 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 c2bd1dfcd17fa370f3608db8059a0738163eb9bb..0514ad5a0490a49df5fd9fb8e8feb9ba26a287a1 100644
|
| --- a/ash/wm/drag_window_resizer_unittest.cc
|
| +++ b/ash/wm/drag_window_resizer_unittest.cc
|
| @@ -22,6 +22,7 @@
|
| #include "ui/base/ui_base_types.h"
|
| #include "ui/gfx/insets.h"
|
| #include "ui/gfx/screen.h"
|
| +#include "ui/views/corewm/window_util.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| @@ -84,7 +85,7 @@ class DragWindowResizerTest : public test::AshTestBase {
|
| transient_parent_->SetType(ui::wm::WINDOW_TYPE_NORMAL);
|
| transient_parent_->Init(ui::LAYER_NOT_DRAWN);
|
| ParentWindowInPrimaryRootWindow(transient_parent_.get());
|
| - transient_parent_->AddTransientChild(transient_child_);
|
| + views::corewm::AddTransientChild(transient_parent_.get(), transient_child_);
|
| transient_parent_->set_id(5);
|
|
|
| panel_window_.reset(new aura::Window(&delegate6_));
|
|
|