| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index bb58e0aa49d7d6ffbc498b9f6a92929a59fdf283..b904a12bbff38f5ea65a165163ac2007b6d44d98 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -155,10 +155,8 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| void QueryHistory(const base::string16& text_query,
|
| const QueryOptions& options,
|
| QueryResults* query_results);
|
| - void QueryRedirectsFrom(scoped_refptr<QueryRedirectsRequest> request,
|
| - const GURL& url);
|
| - void QueryRedirectsTo(scoped_refptr<QueryRedirectsRequest> request,
|
| - const GURL& url);
|
| + void QueryRedirectsFrom(const GURL& url, QueryRedirectsResult* result);
|
| + void QueryRedirectsTo(const GURL& url, QueryRedirectsResult* result);
|
|
|
| void GetVisibleVisitCountToHost(
|
| scoped_refptr<GetVisibleVisitCountToHostRequest> request,
|
|
|