| 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..fa71a1bf8f25684ce197dcae75616f5b33f67141 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);
|
| + const history::FilteredURLList& data);
|
|
|
| // Puts the passed URL in the blacklist (so it does not show as a thumbnail).
|
| void BlacklistURL(const GURL& url);
|
|
|