summaryrefslogtreecommitdiffstats
path: root/ash/wm/stacking_controller_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/stacking_controller_unittest.cc')
-rw-r--r--ash/wm/stacking_controller_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/stacking_controller_unittest.cc b/ash/wm/stacking_controller_unittest.cc
index c975169..4b9edc2 100644
--- a/ash/wm/stacking_controller_unittest.cc
+++ b/ash/wm/stacking_controller_unittest.cc
@@ -49,7 +49,7 @@ TEST_F(StackingControllerTest, TransientParent) {
// Window with a transient parent.
scoped_ptr<Window> w1(CreateTestWindow());
- ::wm::AddTransientChild(w2.get(), w1.get());
+ views::corewm::AddTransientChild(w2.get(), w1.get());
w1->SetBounds(gfx::Rect(10, 11, 250, 251));
ParentWindowInPrimaryRootWindow(w1.get());
w1->Show();