| Index: chrome/browser/ui/app_list/extension_app_item.cc
|
| diff --git a/chrome/browser/ui/app_list/extension_app_item.cc b/chrome/browser/ui/app_list/extension_app_item.cc
|
| index c2a18ad52645528e914aff185644fc1c287d212d..0fa3354391026d16543019b1d5f56b7054444399 100644
|
| --- a/chrome/browser/ui/app_list/extension_app_item.cc
|
| +++ b/chrome/browser/ui/app_list/extension_app_item.cc
|
| @@ -79,7 +79,7 @@ class RoundedCornersImageSource : public gfx::CanvasImageSource {
|
|
|
| canvas->DrawImageInt(icon_, 0, 0);
|
|
|
| - scoped_ptr<gfx::Canvas> masking_canvas(
|
| + std::unique_ptr<gfx::Canvas> masking_canvas(
|
| new gfx::Canvas(gfx::Size(icon_.width(), icon_.height()), 1.0f, false));
|
| DCHECK(masking_canvas);
|
|
|
|
|