Index: chrome/browser/history/history_marshaling.h |
=================================================================== |
--- chrome/browser/history/history_marshaling.h (revision 86341) |
+++ chrome/browser/history/history_marshaling.h (working copy) |
@@ -31,8 +31,8 @@ |
history::RedirectList> |
QueryRedirectsRequest; |
-typedef CancelableRequest<HistoryService::GetVisitCountToHostCallback> |
- GetVisitCountToHostRequest; |
+typedef CancelableRequest<HistoryService::GetVisibleVisitCountToHostCallback> |
+ GetVisibleVisitCountToHostRequest; |
typedef CancelableRequest1<HistoryService::QueryTopURLsAndRedirectsCallback, |
Tuple2<std::vector<GURL>, |