| Index: components/favicon_base/favicon_types.h
|
| diff --git a/components/favicon_base/favicon_types.h b/components/favicon_base/favicon_types.h
|
| index 6a399cefe0ebb4e03e6000ea79e6480a60862805..1fe371d844dd4047e385f8c56c8b94ae1db82af1 100644
|
| --- a/components/favicon_base/favicon_types.h
|
| +++ b/components/favicon_base/favicon_types.h
|
| @@ -85,8 +85,8 @@ typedef FaviconRawBitmapResult FaviconRawBitmapData;
|
| struct LargeIconResult {
|
| explicit LargeIconResult(const FaviconRawBitmapResult& bitmap_in);
|
|
|
| - // Takes ownership of |fallback_icon_style_in|.
|
| - explicit LargeIconResult(FallbackIconStyle* fallback_icon_style_in);
|
| + explicit LargeIconResult(
|
| + std::unique_ptr<FallbackIconStyle> fallback_icon_style_in);
|
|
|
| ~LargeIconResult();
|
|
|
|
|