| Index: ui/gfx/image/image.h
|
| diff --git a/ui/gfx/image/image.h b/ui/gfx/image/image.h
|
| index bf0d9b455fcd6d00c623b41b5d9875dee867ef5d..95df494a89a4e61fad8b5bfae9e7baebf515ea70 100644
|
| --- a/ui/gfx/image/image.h
|
| +++ b/ui/gfx/image/image.h
|
| @@ -191,7 +191,7 @@ class GFX_EXPORT Image {
|
|
|
| // Internal class that holds all the representations. This allows the Image to
|
| // be cheaply copied.
|
| - scoped_refptr<internal::ImageStorage> storage_;
|
| + std::unique_ptr<internal::ImageStorage> storage_;
|
| };
|
|
|
| } // namespace gfx
|
|
|