| Index: components/favicon_base/favicon_types.cc
|
| diff --git a/components/favicon_base/favicon_types.cc b/components/favicon_base/favicon_types.cc
|
| index 2ed5eb062c694b23a689f31f42f1c936999f9004..8699c4387f4e85d79ee908b8dff3edccc52d268c 100644
|
| --- a/components/favicon_base/favicon_types.cc
|
| +++ b/components/favicon_base/favicon_types.cc
|
| @@ -22,6 +22,9 @@ FaviconRawBitmapResult::FaviconRawBitmapResult()
|
| : expired(false), icon_type(INVALID_ICON) {
|
| }
|
|
|
| +FaviconRawBitmapResult::FaviconRawBitmapResult(
|
| + const FaviconRawBitmapResult& other) = default;
|
| +
|
| FaviconRawBitmapResult::~FaviconRawBitmapResult() {}
|
|
|
| // --------------------------------------------------------
|
|
|