| 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..71319ab87bb25eb316c671c9c1bd2712dc0e2461 100644
|
| --- a/chrome/browser/banners/app_banner_manager.h
|
| +++ b/chrome/browser/banners/app_banner_manager.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef CHROME_BROWSER_BANNERS_APP_BANNER_MANAGER_H_
|
| #define CHROME_BROWSER_BANNERS_APP_BANNER_MANAGER_H_
|
|
|
| -#include <memory>
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| @@ -209,7 +208,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.
|
|
|