| 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 04e00f2f87e6005c15b010fa9cd39eb9040dd12b..32ed497f4a8f5d18854545e106461c757e8976bb 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/transient_window_manager.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| @@ -84,7 +85,7 @@ class DragWindowResizerTest : public test::AshTestBase {
|
| transient_parent_->SetType(aura::client::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_));
|
|
|