Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: components/favicon_base/favicon_types.cc

Issue 886163003: [Favicon] Add FallbackIconStyle and FallbackIconService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment fix; moved FallbackIconStyle member functions outside of struct. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698