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

Unified Diff: components/history/core/browser/history_types.cc

Issue 2903573002: [Thumbnails DB] Add functionality to clear unused on-demand favicons. (Closed)
Patch Set: Another build fix Created 3 years, 5 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/history/core/browser/history_types.cc
diff --git a/components/history/core/browser/history_types.cc b/components/history/core/browser/history_types.cc
index 1624e636b2ad60b4d51938a33995f34272b90470..05ac22100f48e27398188dea6e5bc049490abcc8 100644
--- a/components/history/core/browser/history_types.cc
+++ b/components/history/core/browser/history_types.cc
@@ -299,6 +299,14 @@ FaviconBitmapIDSize::FaviconBitmapIDSize() {}
FaviconBitmapIDSize::~FaviconBitmapIDSize() {}
+// FaviconURLs ----------------------------------------------------------------
+
+FaviconURLs::FaviconURLs() {}
+
+FaviconURLs::FaviconURLs(const FaviconURLs& other) = default;
+
+FaviconURLs::~FaviconURLs() {}
+
// FaviconBitmap --------------------------------------------------------------
FaviconBitmap::FaviconBitmap() {}

Powered by Google App Engine
This is Rietveld 408576698