Index: chrome/browser/history/history_backend.h |
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h |
index a059022fa3444f9c3c1ec9a3cea71b7e7de04028..c55e84a5818408147db7413562801c71ce644a60 100644 |
--- a/chrome/browser/history/history_backend.h |
+++ b/chrome/browser/history/history_backend.h |
@@ -195,7 +195,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, |
// Request the |result_count| URLs and the chain of redirects |
// leading to each of these URLs, filterd and sorted based on the |filter|. |
void QueryFilteredURLs( |
- scoped_refptr<QueryMostVisitedURLsRequest> request, |
+ scoped_refptr<QueryFilteredURLsRequest> request, |
int result_count, |
const history::VisitFilter& filter); |