| Index: chrome/browser/history/history_marshaling.h
|
| diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h
|
| index 119ac9475c3651ed217f72ceb8bdf11819f25d34..9d38e44302a9a4106b988048db63d425fd82a826 100644
|
| --- a/chrome/browser/history/history_marshaling.h
|
| +++ b/chrome/browser/history/history_marshaling.h
|
| @@ -20,6 +20,9 @@
|
| namespace history {
|
|
|
| // Querying -------------------------------------------------------------------
|
| +
|
| +typedef CancelableRequest<HistoryService::GetVisibleVisitCountToHostCallback>
|
| + GetVisibleVisitCountToHostRequest;
|
|
|
| typedef CancelableRequest1<HistoryService::QueryTopURLsAndRedirectsCallback,
|
| Tuple2<std::vector<GURL>,
|
|
|