| Index: ash/wm/stacking_controller_unittest.cc
 | 
| diff --git a/ash/wm/stacking_controller_unittest.cc b/ash/wm/stacking_controller_unittest.cc
 | 
| index 4b9edc201439a5e6210a0dc12f7a5415167785f2..c97516908118cac69c654f222a492bd5d7f61a0a 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());
 | 
| -  views::corewm::AddTransientChild(w2.get(), w1.get());
 | 
| +  ::wm::AddTransientChild(w2.get(), w1.get());
 | 
|    w1->SetBounds(gfx::Rect(10, 11, 250, 251));
 | 
|    ParentWindowInPrimaryRootWindow(w1.get());
 | 
|    w1->Show();
 | 
| 
 |