Index: components/favicon_base/favicon_types.cc |
diff --git a/components/favicon_base/favicon_types.cc b/components/favicon_base/favicon_types.cc |
index 0188f1e9b274da04a646a6a8a46a194de26bfc1c..e69f1d7be53cb0b69d19d9eec26e503abf9615ae 100644 |
--- a/components/favicon_base/favicon_types.cc |
+++ b/components/favicon_base/favicon_types.cc |
@@ -4,6 +4,8 @@ |
#include "components/favicon_base/favicon_types.h" |
+#include "components/favicon_base/fallback_icon_style.h" |
+ |
namespace favicon_base { |
// --------------------------------------------------------- |
@@ -20,7 +22,13 @@ FaviconRawBitmapResult::FaviconRawBitmapResult() |
: expired(false), icon_type(INVALID_ICON) { |
} |
-FaviconRawBitmapResult::~FaviconRawBitmapResult() { |
-} |
+FaviconRawBitmapResult::~FaviconRawBitmapResult() {} |
+ |
+// -------------------------------------------------------- |
+// LargeIconResult |
+ |
+LargeIconResult::LargeIconResult() {} |
+ |
+LargeIconResult::~LargeIconResult() {} |
} // namespace favicon_base |