| Index: chrome/browser/ui/cocoa/draggable_button.mm
|
| diff --git a/chrome/browser/ui/cocoa/draggable_button.mm b/chrome/browser/ui/cocoa/draggable_button.mm
|
| index 1eb7d7dd7aa8c9e9773b98f4f7721976ce2589e7..0b3bcd8a8dda092dd80568de7f46f0806f33256f 100644
|
| --- a/chrome/browser/ui/cocoa/draggable_button.mm
|
| +++ b/chrome/browser/ui/cocoa/draggable_button.mm
|
| @@ -39,7 +39,7 @@
|
| // The impl spins an event loop to distinguish clicks from drags,
|
| // which could result in our destruction. Wire ourselves down for
|
| // the duration.
|
| - scoped_nsobject<DraggableButton> keepAlive([self retain]);
|
| + base::scoped_nsobject<DraggableButton> keepAlive([self retain]);
|
|
|
| if ([draggableButtonImpl_ mouseDownImpl:theEvent] ==
|
| kDraggableButtonMixinCallSuper) {
|
|
|