| Index: chrome/browser/history/history_marshaling.h
|
| diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h
|
| index eee0e6ddf7cae98161673d1194c579c50a84e367..546b12d65a0a89a4a737f4bf798ac3c7a3a47783 100644
|
| --- a/chrome/browser/history/history_marshaling.h
|
| +++ b/chrome/browser/history/history_marshaling.h
|
| @@ -25,10 +25,6 @@ typedef CancelableRequest1<HistoryService::QueryMostVisitedURLsCallback,
|
| history::MostVisitedURLList>
|
| QueryMostVisitedURLsRequest;
|
|
|
| -typedef CancelableRequest1<HistoryService::QueryFilteredURLsCallback,
|
| - history::FilteredURLList>
|
| - QueryFilteredURLsRequest;
|
| -
|
| // Generic operations ---------------------------------------------------------
|
|
|
| // The argument here is an input value, which is the task to run on the
|
|
|