| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index 23e1bdf267de9c3ebf674eed3898afe009834de3..276e34bf03e54e5423bbe1e97314ca22e106ad10 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -169,8 +169,9 @@
|
| // then calling this function with url=C would fill redirects with {B, A}.
|
| void QueryRedirectsTo(const GURL& url, RedirectList* redirects);
|
|
|
| - void GetVisibleVisitCountToHost(const GURL& url,
|
| - VisibleVisitCountToHostResult* result);
|
| + void GetVisibleVisitCountToHost(
|
| + scoped_refptr<GetVisibleVisitCountToHostRequest> request,
|
| + const GURL& url);
|
|
|
| // TODO(Nik): remove. Use QueryMostVisitedURLs instead.
|
| void QueryTopURLsAndRedirects(
|
|
|