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

Unified Diff: components/favicon/core/favicon_url.cc

Issue 285293005: Replace content's faviconURL with components/favicon's (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/core/favicon_url.cc
diff --git a/components/favicon/core/favicon_url.cc b/components/favicon/core/favicon_url.cc
index ef48d168336479e2d88e8ed62449c1adc3177f3e..6957af6aeaade59b22de3bda387abf6eaa20c079 100644
--- a/components/favicon/core/favicon_url.cc
+++ b/components/favicon/core/favicon_url.cc
@@ -6,16 +6,16 @@
namespace favicon {
-FaviconURL::FaviconURL()
- : icon_type(favicon_base::INVALID_ICON) {
+FaviconURL::FaviconURL() : icon_type(favicon_base::INVALID_ICON) {
}
FaviconURL::FaviconURL(const GURL& url,
favicon_base::IconType type,
const std::vector<gfx::Size>& sizes)
- : icon_url(url), icon_type(type), icon_sizes(sizes) {}
+ : icon_url(url), icon_type(type), icon_sizes(sizes) {
+}
FaviconURL::~FaviconURL() {
}
-} // namespace favicon
+} // namespace favicon
« chrome/browser/favicon/favicon_tab_helper.cc ('K') | « components/favicon/core/favicon_url.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698