| Index: chrome/browser/ui/cocoa/panels/panel_stack_window_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/panels/panel_stack_window_cocoa.mm b/chrome/browser/ui/cocoa/panels/panel_stack_window_cocoa.mm
|
| index ee2045d5bbdb7bac120bd77b9e715fbf768a16b2..90ba6e0ddea2eb3c7fd1b4ecbb46d5e00f4a8eb3 100644
|
| --- a/chrome/browser/ui/cocoa/panels/panel_stack_window_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/panels/panel_stack_window_cocoa.mm
|
| @@ -226,7 +226,7 @@ void PanelStackWindowCocoa::EndBatchUpdatePanelBounds() {
|
| int num_of_animations = 1;
|
| if (need_to_animate_individual_panels)
|
| num_of_animations += bounds_updates_.size();
|
| - scoped_nsobject<NSMutableArray> animations(
|
| + base::scoped_nsobject<NSMutableArray> animations(
|
| [[NSMutableArray alloc] initWithCapacity:num_of_animations]);
|
|
|
| // Add the animation for each panel in the update list.
|
|
|