| Index: chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| diff --git a/chrome/browser/ui/panels/panel_window_controller_cocoa.mm b/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| index 2099d491a943faccb65bb57b78ddfcba72ba90b7..4b512747ebb28d22ba609202a7879361f8242ab6 100644
|
| --- a/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| +++ b/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| @@ -314,7 +314,7 @@ enum {
|
| // the cursor will flicker. Disable cursor rects and grab the current cursor
|
| // so we can set it on mouseDragged: events to avoid flicker.
|
| [[self window] disableCursorRects];
|
| - dragCursor_.reset([NSCursor currentCursor], scoped_policy::RETAIN);
|
| + dragCursor_.reset([NSCursor currentCursor], base::scoped_policy::RETAIN);
|
| }
|
|
|
| -(void)cleanupAfterDrag {
|
|
|