| Index: ui/views/window/non_client_view.cc
|
| diff --git a/ui/views/window/non_client_view.cc b/ui/views/window/non_client_view.cc
|
| index ec55e1b249481daacaa763f25008a6b911defe20..9f3e5aec811244c0939ed05a0d6321c3e24cd907 100644
|
| --- a/ui/views/window/non_client_view.cc
|
| +++ b/ui/views/window/non_client_view.cc
|
| @@ -43,7 +43,7 @@ NonClientView::~NonClientView() {
|
|
|
| void NonClientView::SetFrameView(NonClientFrameView* frame_view) {
|
| // See comment in header about ownership.
|
| - frame_view->set_parent_owned(false);
|
| + frame_view->set_not_owned_by_parent();
|
| if (frame_view_.get())
|
| RemoveChildView(frame_view_.get());
|
| frame_view_.reset(frame_view);
|
|
|