| Index: chrome/browser/ui/cocoa/table_row_nsimage_cache.h
|
| diff --git a/chrome/browser/ui/cocoa/table_row_nsimage_cache.h b/chrome/browser/ui/cocoa/table_row_nsimage_cache.h
|
| index d0829fe8cdb8c4fde9499f7f827fa6d0d8e0eb05..4932aa2f558ef4fd8cfd15a67d377c50ddb58d78 100644
|
| --- a/chrome/browser/ui/cocoa/table_row_nsimage_cache.h
|
| +++ b/chrome/browser/ui/cocoa/table_row_nsimage_cache.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
|
|
| namespace gfx {
|
| class ImageSkia;
|
| @@ -50,7 +50,7 @@ class TableRowNSImageCache {
|
|
|
| // Stores strong NSImage refs for icons. If an entry is NULL, it will be
|
| // created in GetImageForRow().
|
| - scoped_nsobject<NSPointerArray> icon_images_;
|
| + base::scoped_nsobject<NSPointerArray> icon_images_;
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_TABLE_ROW_NSIMAGE_CACHE_H_
|
|
|