| 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..119ac9475c3651ed217f72ceb8bdf11819f25d34 100644
|
| --- a/chrome/browser/history/history_marshaling.h
|
| +++ b/chrome/browser/history/history_marshaling.h
|
| @@ -21,9 +21,6 @@ namespace history {
|
|
|
| // Querying -------------------------------------------------------------------
|
|
|
| -typedef CancelableRequest<HistoryService::GetVisibleVisitCountToHostCallback>
|
| - GetVisibleVisitCountToHostRequest;
|
| -
|
| typedef CancelableRequest1<HistoryService::QueryTopURLsAndRedirectsCallback,
|
| Tuple2<std::vector<GURL>,
|
| history::RedirectMap> >
|
|
|