| Index: ui/base/cocoa/hover_button.mm
|
| diff --git a/ui/base/cocoa/hover_button.mm b/ui/base/cocoa/hover_button.mm
|
| index a2348986560a4d0716477bcabe3e36fc80f33dab..bfe013996d42b55fb6d5dac17b4b381753a07a63 100644
|
| --- a/ui/base/cocoa/hover_button.mm
|
| +++ b/ui/base/cocoa/hover_button.mm
|
| @@ -44,7 +44,7 @@
|
| // it can be freed while |super mouseDown:| is in its loop, and the
|
| // |checkImageState| call will crash.
|
| // http://crbug.com/28220
|
| - scoped_nsobject<HoverButton> myself([self retain]);
|
| + base::scoped_nsobject<HoverButton> myself([self retain]);
|
|
|
| [super mouseDown:theEvent];
|
| // We need to check the image state after the mouseDown event loop finishes.
|
|
|