| Index: ui/views/test/child_modal_window.cc
|
| diff --git a/ui/views/test/child_modal_window.cc b/ui/views/test/child_modal_window.cc
|
| index c5d40add2934859ffb10d09ecdac2a022995f456..2292fd61f7aed1d534174ec9e6764bf9c3d73568 100644
|
| --- a/ui/views/test/child_modal_window.cc
|
| +++ b/ui/views/test/child_modal_window.cc
|
| @@ -150,7 +150,7 @@ gfx::NativeWindow ChildModalParent::GetChild() const {
|
| Widget* ChildModalParent::CreateChild() {
|
| Widget* child = Widget::CreateWindowWithParent(
|
| new ChildModalWindow, GetWidget()->GetNativeView());
|
| - corewm::SetModalParent(child->GetNativeView(), GetModalParent());
|
| + wm::SetModalParent(child->GetNativeView(), GetModalParent());
|
| child->AddObserver(this);
|
| child->GetNativeView()->SetName("ChildModalWindow");
|
| return child;
|
|
|