| Index: chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm b/chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm
|
| index 673e628b2a9de087515335ef3ca1aab93817732e..65cb230cfa3514ccbbf72e6534d57f2aa9e6feca 100644
|
| --- a/chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm
|
| @@ -146,7 +146,7 @@ static NSEvent* MakeMouseEvent(NSEventType type,
|
| NSRectFillUsingOperation([self bounds], NSCompositeSourceOver);
|
|
|
| if ([glintAnimation_ isAnimating]) {
|
| - scoped_nsobject<NSGradient> glint([NSGradient alloc]);
|
| + base::scoped_nsobject<NSGradient> glint([NSGradient alloc]);
|
| float currentAlpha = 0.8 * [glintAnimation_ currentValue];
|
| NSColor* startColor = [NSColor colorWithCalibratedWhite:1.0
|
| alpha:currentAlpha];
|
|
|