| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index ebae0b0eca3ec17694039be1f121756eb959bdc9..f5f1ab0659354c5a4944170b42422705e92ba770 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -158,9 +158,11 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| void IterateURLs(
|
| const scoped_refptr<visitedlink::VisitedLinkDelegate::URLEnumerator>&
|
| enumerator);
|
| - void QueryURL(scoped_refptr<QueryURLRequest> request,
|
| - const GURL& url,
|
| - bool want_visits);
|
| + void QueryURL(const GURL& url,
|
| + bool want_visits,
|
| + bool* success,
|
| + URLRow* url_row,
|
| + VisitVector* visits);
|
| void QueryHistory(scoped_refptr<QueryHistoryRequest> request,
|
| const base::string16& text_query,
|
| const QueryOptions& options);
|
|
|