summaryrefslogtreecommitdiffstats
path: root/components/favicon_base/favicon_types.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/favicon_base/favicon_types.cc')
-rw-r--r--components/favicon_base/favicon_types.cc11
1 files changed, 7 insertions, 4 deletions
diff --git a/components/favicon_base/favicon_types.cc b/components/favicon_base/favicon_types.cc
index 837da69..eb0e7bc 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