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

Unified Diff: components/history/core/browser/top_sites.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 | « chrome/browser/search/thumbnail_source.cc ('k') | components/history/core/browser/top_sites_cache.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.h
diff --git a/components/history/core/browser/top_sites.h b/components/history/core/browser/top_sites.h
index 2b5e080f4b5689c76605c0603d89a88e19232d2d..458899b753be1928876b245faebef95d555a66eb 100644
--- a/components/history/core/browser/top_sites.h
+++ b/components/history/core/browser/top_sites.h
@@ -25,8 +25,6 @@ class RefCountedMemory;
namespace history {
-class TopSitesObserver;
-
// PrepopulatedPage stores information for prepopulated page for the
// initial run.
struct PrepopulatedPage {
@@ -142,7 +140,7 @@ class TopSites : public RefcountedKeyedService {
// Adds or updates a |url| for which we should force the capture of a
// thumbnail next time it's visited. If there is already a non-forced URL
- // matching this |url| this call has no effect. Indicate this URL was laste
+ // matching this |url| this call has no effect. Indicate this URL was last
// forced at |time| so we can evict the older URLs when needed. Should be
// called from the UI thread.
virtual bool AddForcedURL(const GURL& url, const base::Time& time) = 0;
« no previous file with comments | « chrome/browser/search/thumbnail_source.cc ('k') | components/history/core/browser/top_sites_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698