| Index: chrome/browser/ui/cocoa/location_bar/image_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/image_decoration.h b/chrome/browser/ui/cocoa/location_bar/image_decoration.h
|
| index 6b105abdb3480ad86b087bc1874893af48cf9f3d..0bb4193f987b8ae9590703e7ef23f66dd39a127c 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/image_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/image_decoration.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef CHROME_BROWSER_UI_COCOA_LOCATION_BAR_IMAGE_DECORATION_H_
|
| #define CHROME_BROWSER_UI_COCOA_LOCATION_BAR_IMAGE_DECORATION_H_
|
|
|
| -#import "base/memory/scoped_nsobject.h"
|
| +#import "base/mac/scoped_nsobject.h"
|
| #include "chrome/browser/ui/cocoa/location_bar/location_bar_decoration.h"
|
|
|
| // |LocationBarDecoration| which sizes and draws itself according to
|
| @@ -27,7 +27,7 @@ class ImageDecoration : public LocationBarDecoration {
|
| virtual void DrawInFrame(NSRect frame, NSView* control_view) OVERRIDE;
|
|
|
| private:
|
| - scoped_nsobject<NSImage> image_;
|
| + base::scoped_nsobject<NSImage> image_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ImageDecoration);
|
| };
|
|
|