Index: ash/test/child_modal_window.cc |
=================================================================== |
--- ash/test/child_modal_window.cc (revision 170295) |
+++ ash/test/child_modal_window.cc (working copy) |
@@ -147,7 +147,7 @@ |
views::Widget* ChildModalParent::CreateChild() { |
views::Widget* child = views::Widget::CreateWindowWithParent( |
new ChildModalWindow, GetWidget()->GetNativeView()); |
- ash::wm::SetModalParent(child->GetNativeView(), GetModalParent()); |
+ ash::SetModalParent(child->GetNativeView(), GetModalParent()); |
child->AddObserver(this); |
child->GetNativeView()->SetName("ChildModalWindow"); |
return child; |