| 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();
|
|
|