| Index: chrome/browser/ui/cocoa/animatable_image.h
|
| diff --git a/chrome/browser/ui/cocoa/animatable_image.h b/chrome/browser/ui/cocoa/animatable_image.h
|
| index da1f297e5cdc7600a46c8be8c6c0aaf63d391fc9..102f337c596ab69f69cadbdeb61a82d4cdbccfac 100644
|
| --- a/chrome/browser/ui/cocoa/animatable_image.h
|
| +++ b/chrome/browser/ui/cocoa/animatable_image.h
|
| @@ -8,7 +8,7 @@
|
| #import <Cocoa/Cocoa.h>
|
| #import <QuartzCore/QuartzCore.h>
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
|
|
| // This class helps animate an NSImage's frame and opacity. It works by creating
|
| // a blank NSWindow in the size specified and giving it a layer on which the
|
| @@ -20,7 +20,7 @@
|
| @interface AnimatableImage : NSWindow {
|
| @private
|
| // The image to animate.
|
| - scoped_nsobject<NSImage> image_;
|
| + base::scoped_nsobject<NSImage> image_;
|
|
|
| // The frame of the image before and after the animation. This is in this
|
| // window's coordinate system.
|
|
|