| Index: ash/tooltips/tooltip_controller_unittest.cc
|
| diff --git a/ash/tooltips/tooltip_controller_unittest.cc b/ash/tooltips/tooltip_controller_unittest.cc
|
| index d48db06881b98c2135ebfefd1a7bfd31ac63f214..9efbd753c3998986dd3233ca9738cdeea9c4fb66 100644
|
| --- a/ash/tooltips/tooltip_controller_unittest.cc
|
| +++ b/ash/tooltips/tooltip_controller_unittest.cc
|
| @@ -72,7 +72,7 @@ void AddViewToWidgetAndResize(views::Widget* widget, views::View* view) {
|
| contents_view->AddChildView(view);
|
| view->SetBounds(contents_view->width(), 0, 100, 100);
|
| gfx::Rect contents_view_bounds = contents_view->bounds();
|
| - contents_view_bounds = contents_view_bounds.Union(view->bounds());
|
| + contents_view_bounds.Union(view->bounds());
|
| contents_view->SetBoundsRect(contents_view_bounds);
|
| widget->SetBounds(gfx::Rect(widget->GetWindowBoundsInScreen().origin(),
|
| contents_view_bounds.size()));
|
|
|