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

Unified Diff: chrome/browser/history/top_sites.cc

Issue 10071032: RefCounted types should not have public destructors, chrome/browser/ part 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implementation fixes Created 8 years, 8 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
« no previous file with comments | « chrome/browser/history/shortcuts_database.cc ('k') | chrome/browser/history/top_sites_extension_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/top_sites.cc
diff --git a/chrome/browser/history/top_sites.cc b/chrome/browser/history/top_sites.cc
index 8d1e59aca64147e2521b98e64246c21372fee9d3..0648415c0cd7ad598b2df16f2119248edb5d3112 100644
--- a/chrome/browser/history/top_sites.cc
+++ b/chrome/browser/history/top_sites.cc
@@ -115,6 +115,8 @@ class LoadThumbnailsFromHistoryTask : public HistoryDBTask {
}
private:
+ virtual ~LoadThumbnailsFromHistoryTask() {}
+
bool ShouldFetchThumbnailFor(const GURL& url) {
return ignore_urls_.find(url.spec()) == ignore_urls_.end();
}
« no previous file with comments | « chrome/browser/history/shortcuts_database.cc ('k') | chrome/browser/history/top_sites_extension_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698