| Index: ash/tooltips/tooltip_controller.cc
|
| diff --git a/ash/tooltips/tooltip_controller.cc b/ash/tooltips/tooltip_controller.cc
|
| index c1aaa0fd212d99236ad8dc8628ec75704c4c103d..cd1edca20fb803906e06546b95148eabcb0f9f67 100644
|
| --- a/ash/tooltips/tooltip_controller.cc
|
| +++ b/ash/tooltips/tooltip_controller.cc
|
| @@ -99,7 +99,7 @@ class TooltipController::Tooltip {
|
| views::Border::CreateSolidBorder(kTooltipBorderWidth,
|
| kTooltipBorder));
|
| }
|
| - label_.set_parent_owned(false);
|
| + label_.set_owned_by_client();
|
| widget_.reset(CreateTooltip());
|
| widget_->SetContentsView(&label_);
|
| widget_->Activate();
|
|
|