| Index: chrome/browser/ui/extensions/icon_with_badge_image_source.cc
|
| diff --git a/chrome/browser/ui/extensions/icon_with_badge_image_source.cc b/chrome/browser/ui/extensions/icon_with_badge_image_source.cc
|
| index a23c62f5908b2d23799a256e02329d6bd271ce28..ad48eae605a71d5d67f9eca281c57443b6135f62 100644
|
| --- a/chrome/browser/ui/extensions/icon_with_badge_image_source.cc
|
| +++ b/chrome/browser/ui/extensions/icon_with_badge_image_source.cc
|
| @@ -123,7 +123,7 @@ void IconWithBadgeImageSource::SetIcon(const gfx::Image& icon) {
|
| icon_ = icon;
|
| }
|
|
|
| -void IconWithBadgeImageSource::SetBadge(scoped_ptr<Badge> badge) {
|
| +void IconWithBadgeImageSource::SetBadge(std::unique_ptr<Badge> badge) {
|
| badge_ = std::move(badge);
|
| }
|
|
|
|
|