Index: chrome/browser/history/history_backend.h |
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h |
index 771eb2a2ab4518c638bf7a0341a4fd4aae3eb12f..a82e1976342d3888d9eca9494d3a1fe5a43455ee 100644 |
--- a/chrome/browser/history/history_backend.h |
+++ b/chrome/browser/history/history_backend.h |
@@ -192,7 +192,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); |