| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index ade2a221f8cf684045e1ea146e1b9925ba2a116d..b954beec2fc1c243b67a474d5f0f6b5e3a3cd8ab 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -182,11 +182,10 @@ 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|.
|
| // If |debug| is enabled, additional data will be computed and provided.
|
| - void QueryFilteredURLs(
|
| - scoped_refptr<QueryFilteredURLsRequest> request,
|
| - int result_count,
|
| - const history::VisitFilter& filter,
|
| - bool debug);
|
| + void QueryFilteredURLs(int result_count,
|
| + const history::VisitFilter& filter,
|
| + bool debug,
|
| + history::FilteredURLList* result);
|
|
|
| // Favicon -------------------------------------------------------------------
|
|
|
|
|