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

Unified Diff: content/public/common/favicon_url.cc

Issue 2918903002: Move IconURLs method from WebFrame to WebLocalFrame (Closed)
Patch Set: Fixing compile problems in chrome/browser/extensions/favicon_downloader_unittest.cc Created 3 years, 6 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: content/public/common/favicon_url.cc
diff --git a/content/public/common/favicon_url.cc b/content/public/common/favicon_url.cc
index 80debff64ba5f75e9a94c14175381268ab41a8b6..d727838f4c009a5e45778285d63cd643e53db90d 100644
--- a/content/public/common/favicon_url.cc
+++ b/content/public/common/favicon_url.cc
@@ -6,9 +6,7 @@
namespace content {
-FaviconURL::FaviconURL()
- : icon_type(INVALID_ICON) {
-}
+FaviconURL::FaviconURL() : icon_type(IconType::kInvalid) {}
FaviconURL::FaviconURL(const GURL& url,
IconType type,

Powered by Google App Engine
This is Rietveld 408576698