Index: chrome/browser/ui/webui/ntp/suggestions_page_handler.h |
diff --git a/chrome/browser/ui/webui/ntp/suggestions_page_handler.h b/chrome/browser/ui/webui/ntp/suggestions_page_handler.h |
index 59342b0f756eca52e3e735b14fdcf3f954fe0d5c..adf0ebe0d0b1f0aa891b1be7a76f054cd7a934d0 100644 |
--- a/chrome/browser/ui/webui/ntp/suggestions_page_handler.h |
+++ b/chrome/browser/ui/webui/ntp/suggestions_page_handler.h |
@@ -69,12 +69,12 @@ class SuggestionsHandler : public content::WebUIMessageHandler, |
void StartQueryForSuggestions(); |
// Sets pages_value_ from a format produced by TopSites. |
- void SetPagesValueFromTopSites(const history::MostVisitedURLList& data); |
+ void SetPagesValueFromTopSites(const history::FilteredURLList& data); |
// Callback for History. |
void OnSuggestionsURLsAvailable( |
CancelableRequestProvider::Handle handle, |
- history::MostVisitedURLList data); |
+ history::FilteredURLList data); |
GeorgeY
2012/04/19 01:16:24
Again, as long as we changing it, "const history::
Rune Fevang
2012/04/25 00:52:45
Done.
|
// Puts the passed URL in the blacklist (so it does not show as a thumbnail). |
void BlacklistURL(const GURL& url); |