Index: chrome/browser/history/history_backend.h |
=================================================================== |
--- chrome/browser/history/history_backend.h (revision 86341) |
+++ chrome/browser/history/history_backend.h (working copy) |
@@ -148,8 +148,9 @@ |
void QueryRedirectsTo(scoped_refptr<QueryRedirectsRequest> request, |
const GURL& url); |
- void GetVisitCountToHost(scoped_refptr<GetVisitCountToHostRequest> request, |
- const GURL& url); |
+ void GetVisibleVisitCountToHost( |
+ scoped_refptr<GetVisibleVisitCountToHostRequest> request, |
+ const GURL& url); |
// TODO(Nik): remove. Use QueryMostVisitedURLs instead. |
void QueryTopURLsAndRedirects( |