| Index: chrome/browser/history/history_marshaling.h
|
| diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h
|
| index 12ecac3ccd6fb6dbff9a433d19f2262308a66ff3..549f6409db7cf954e971aea861c93731a2b00f60 100644
|
| --- a/chrome/browser/history/history_marshaling.h
|
| +++ b/chrome/browser/history/history_marshaling.h
|
| @@ -21,10 +21,6 @@ namespace history {
|
|
|
| // Querying -------------------------------------------------------------------
|
|
|
| -typedef CancelableRequest1<HistoryService::QueryURLCallback,
|
| - Tuple2<URLRow, VisitVector> >
|
| - QueryURLRequest;
|
| -
|
| typedef CancelableRequest1<HistoryService::QueryHistoryCallback,
|
| QueryResults>
|
| QueryHistoryRequest;
|
|
|