| Index: ui/app_list/cocoa/app_list_view_controller.mm
|
| diff --git a/ui/app_list/cocoa/app_list_view_controller.mm b/ui/app_list/cocoa/app_list_view_controller.mm
|
| index 330c80d6495c1fe10eeebf7542950b7ec4b439c2..7ef6bbae95a18a1639763521ddfa60a02d5f84cb 100644
|
| --- a/ui/app_list/cocoa/app_list_view_controller.mm
|
| +++ b/ui/app_list/cocoa/app_list_view_controller.mm
|
| @@ -141,9 +141,9 @@ const NSTimeInterval kResultsAnimationDuration = 0.2;
|
| [AppsGridController scrollerPadding]);
|
|
|
| contentsView_.reset([[FlippedView alloc] initWithFrame:contentsRect]);
|
| - scoped_nsobject<BackgroundView> backgroundView(
|
| + base::scoped_nsobject<BackgroundView> backgroundView(
|
| [[BackgroundView alloc] initWithFrame:
|
| - NSMakeRect(0, 0, NSMaxX(contentsRect), NSMaxY(contentsRect))]);
|
| + NSMakeRect(0, 0, NSMaxX(contentsRect), NSMaxY(contentsRect))]);
|
| appsSearchBoxController_.reset(
|
| [[AppsSearchBoxController alloc] initWithFrame:
|
| NSMakeRect(0, 0, NSWidth(contentsRect), kSearchInputHeight)]);
|
|
|