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

Unified Diff: components/history/core/browser/top_sites_cache.h

Issue 2881753002: TopSites: various small cleanups (Closed)
Patch Set: Created 3 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
« no previous file with comments | « components/history/core/browser/top_sites.h ('k') | components/history/core/browser/top_sites_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/top_sites_cache.h
diff --git a/components/history/core/browser/top_sites_cache.h b/components/history/core/browser/top_sites_cache.h
index b7e10b99bcdbb6ba3371049238b2a4f877893881..37c94826cbb982752f5d04cbe1820b5fc058be98 100644
--- a/components/history/core/browser/top_sites_cache.h
+++ b/components/history/core/browser/top_sites_cache.h
@@ -16,12 +16,11 @@
#include "components/history/core/browser/url_utils.h"
#include "url/gurl.h"
-class GURL;
-
namespace history {
-// TopSiteCache caches thumbnails for visited pages. Retrieving thumbnails from
-// a given input URL is a two-stage process:
+// TopSitesCache caches the top sites and thumbnails for TopSites.
+//
+// Retrieving thumbnails from a given input URL is a two-stage process:
//
// input URL --(map 1)--> canonical URL --(map 2)--> image.
//
@@ -38,8 +37,6 @@ namespace history {
// ignoring "?query#ref".
// For the latter two "URL prefix matches", we prefer the match that is closest
// to input URL, w.r.t. path hierarchy.
-
-// TopSitesCache caches the top sites and thumbnails for TopSites.
class TopSitesCache {
public:
TopSitesCache();
« no previous file with comments | « components/history/core/browser/top_sites.h ('k') | components/history/core/browser/top_sites_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698