| Index: components/favicon_base/favicon_types.h
|
| diff --git a/components/favicon_base/favicon_types.h b/components/favicon_base/favicon_types.h
|
| index 8859f64a2aa46f6e309b8ed1b4a51c8e1d7c83f9..068fd17e61dca5aa6af9f9f4e3b4ba301dd4331f 100644
|
| --- a/components/favicon_base/favicon_types.h
|
| +++ b/components/favicon_base/favicon_types.h
|
| @@ -52,6 +52,7 @@ struct FaviconImageResult {
|
| // the desired scale factors.
|
| struct FaviconRawBitmapResult {
|
| FaviconRawBitmapResult();
|
| + FaviconRawBitmapResult(const FaviconRawBitmapResult& other);
|
| ~FaviconRawBitmapResult();
|
|
|
| // Returns true if |bitmap_data| contains a valid bitmap.
|
|
|