Index: ash/wm/stacking_controller_unittest.cc |
diff --git a/ash/wm/stacking_controller_unittest.cc b/ash/wm/stacking_controller_unittest.cc |
index b7b1f1b0a33be598baf3ff4401b972244a58c1b9..e0ccaa182be15ba60059e6dc796ce9a4e008a975 100644 |
--- a/ash/wm/stacking_controller_unittest.cc |
+++ b/ash/wm/stacking_controller_unittest.cc |
@@ -50,7 +50,7 @@ TEST_F(StackingControllerTest, TransientParent) { |
scoped_ptr<Window> w1(CreateTestWindow()); |
w2->AddTransientChild(w1.get()); |
w1->SetBounds(gfx::Rect(10, 11, 250, 251)); |
- SetDefaultParentByPrimaryRootWindow(w1.get()); |
+ ParentWindowInPrimaryRootWindow(w1.get()); |
w1->Show(); |
wm::ActivateWindow(w1.get()); |