| Index: components/favicon_base/favicon_types.cc
|
| diff --git a/components/favicon_base/favicon_types.cc b/components/favicon_base/favicon_types.cc
|
| index eb0e7bcfa6b0a662720117c33c24ff5abd1b43de..0188f1e9b274da04a646a6a8a46a194de26bfc1c 100644
|
| --- a/components/favicon_base/favicon_types.cc
|
| +++ b/components/favicon_base/favicon_types.cc
|
| @@ -6,14 +6,15 @@
|
|
|
| namespace favicon_base {
|
|
|
| -// FaviconImageResult ---------------------------------------------------------
|
| +// ---------------------------------------------------------
|
| +// FaviconImageResult
|
|
|
| FaviconImageResult::FaviconImageResult() {}
|
|
|
| FaviconImageResult::~FaviconImageResult() {}
|
|
|
| -// FaviconRawBitmapResult
|
| // --------------------------------------------------------
|
| +// FaviconRawBitmapResult
|
|
|
| FaviconRawBitmapResult::FaviconRawBitmapResult()
|
| : expired(false), icon_type(INVALID_ICON) {
|
| @@ -22,4 +23,4 @@ FaviconRawBitmapResult::FaviconRawBitmapResult()
|
| FaviconRawBitmapResult::~FaviconRawBitmapResult() {
|
| }
|
|
|
| -} // namespace chrome
|
| +} // namespace favicon_base
|
|
|