| Index: chrome/browser/banners/app_banner_manager.h
|
| diff --git a/chrome/browser/banners/app_banner_manager.h b/chrome/browser/banners/app_banner_manager.h
|
| index 142560565c2201e0800e41392055415eaa66f02d..4f9d06cc5b0b469163cd4dd0a14bf8c2c74927ad 100644
|
| --- a/chrome/browser/banners/app_banner_manager.h
|
| +++ b/chrome/browser/banners/app_banner_manager.h
|
| @@ -209,7 +209,7 @@ class AppBannerManager : public content::WebContentsObserver,
|
| GURL primary_icon_url_;
|
|
|
| // The primary icon object.
|
| - std::unique_ptr<SkBitmap> primary_icon_;
|
| + SkBitmap primary_icon_;
|
|
|
| // The referrer string (if any) specified in the app URL. Used only for native
|
| // app banners.
|
|
|