Index: chrome/browser/history/top_sites_impl.h |
diff --git a/chrome/browser/history/top_sites_impl.h b/chrome/browser/history/top_sites_impl.h |
index 678bf63a367eaf989590edde4b568e06cf5381f0..5417b4a4263be5965766116a742c39c785d526b8 100644 |
--- a/chrome/browser/history/top_sites_impl.h |
+++ b/chrome/browser/history/top_sites_impl.h |
@@ -65,7 +65,9 @@ class TopSitesImpl : public TopSites { |
virtual void GetMostVisitedURLs( |
const GetMostVisitedURLsCallback& callback) OVERRIDE; |
virtual bool GetPageThumbnail( |
- const GURL& url, scoped_refptr<base::RefCountedMemory>* bytes) OVERRIDE; |
+ const GURL& url, |
+ bool prefix_match, |
+ scoped_refptr<base::RefCountedMemory>* bytes) OVERRIDE; |
virtual bool GetPageThumbnailScore(const GURL& url, |
ThumbnailScore* score) OVERRIDE; |
virtual bool GetTemporaryPageThumbnailScore(const GURL& url, |