| Index: chrome/browser/history/history_marshaling.h
|
| diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h
|
| index 9d38e44302a9a4106b988048db63d425fd82a826..c08197a04850a9c0fe9a5155d0e8a81002790bac 100644
|
| --- a/chrome/browser/history/history_marshaling.h
|
| +++ b/chrome/browser/history/history_marshaling.h
|
| @@ -24,11 +24,6 @@ namespace history {
|
| typedef CancelableRequest<HistoryService::GetVisibleVisitCountToHostCallback>
|
| GetVisibleVisitCountToHostRequest;
|
|
|
| -typedef CancelableRequest1<HistoryService::QueryTopURLsAndRedirectsCallback,
|
| - Tuple2<std::vector<GURL>,
|
| - history::RedirectMap> >
|
| - QueryTopURLsAndRedirectsRequest;
|
| -
|
| typedef CancelableRequest1<HistoryService::QueryMostVisitedURLsCallback,
|
| history::MostVisitedURLList>
|
| QueryMostVisitedURLsRequest;
|
|
|