| Index: components/favicon_base/favicon_types.cc
|
| diff --git a/components/favicon_base/favicon_types.cc b/components/favicon_base/favicon_types.cc
|
| index 837da6923d607be79a65727157968dabad35f4ef..eb0e7bcfa6b0a662720117c33c24ff5abd1b43de 100644
|
| --- a/components/favicon_base/favicon_types.cc
|
| +++ b/components/favicon_base/favicon_types.cc
|
| @@ -12,11 +12,14 @@ FaviconImageResult::FaviconImageResult() {}
|
|
|
| FaviconImageResult::~FaviconImageResult() {}
|
|
|
| -// FaviconBitmapResult --------------------------------------------------------
|
| +// FaviconRawBitmapResult
|
| +// --------------------------------------------------------
|
|
|
| -FaviconBitmapResult::FaviconBitmapResult()
|
| - : expired(false), icon_type(INVALID_ICON) {}
|
| +FaviconRawBitmapResult::FaviconRawBitmapResult()
|
| + : expired(false), icon_type(INVALID_ICON) {
|
| +}
|
|
|
| -FaviconBitmapResult::~FaviconBitmapResult() {}
|
| +FaviconRawBitmapResult::~FaviconRawBitmapResult() {
|
| +}
|
|
|
| } // namespace chrome
|
|
|