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