summaryrefslogtreecommitdiffstats
path: root/ash/wm/drag_window_resizer_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/drag_window_resizer_unittest.cc')
-rw-r--r--ash/wm/drag_window_resizer_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/drag_window_resizer_unittest.cc b/ash/wm/drag_window_resizer_unittest.cc
index bbd3279..3ea9c3c 100644
--- a/ash/wm/drag_window_resizer_unittest.cc
+++ b/ash/wm/drag_window_resizer_unittest.cc
@@ -79,7 +79,7 @@ class DragWindowResizerTest : public test::AshTestBase {
transient_parent_->SetType(ui::wm::WINDOW_TYPE_NORMAL);
transient_parent_->Init(aura::WINDOW_LAYER_NOT_DRAWN);
ParentWindowInPrimaryRootWindow(transient_parent_.get());
- views::corewm::AddTransientChild(transient_parent_.get(), transient_child_);
+ ::wm::AddTransientChild(transient_parent_.get(), transient_child_);
transient_parent_->set_id(5);
panel_window_.reset(new aura::Window(&delegate6_));