| 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 8a9a62500570d33827ba511253d4fbc9d3086347..88f9682c41428b5095c643103fe721bb3e76f400 100644
|
| --- a/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| +++ b/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| @@ -312,7 +312,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 {
|
|
|