| Index: chrome/browser/history/history_marshaling.h
|
| diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h
|
| index 03fb9d404567dd19b17ef51830f162edfa7b47a3..71406daa24befe13274c6cf6d9d08f2b30b35288 100644
|
| --- a/chrome/browser/history/history_marshaling.h
|
| +++ b/chrome/browser/history/history_marshaling.h
|
| @@ -19,14 +19,6 @@
|
|
|
| namespace history {
|
|
|
| -// Generic operations ---------------------------------------------------------
|
| -
|
| -// The argument here is an input value, which is the task to run on the
|
| -// background thread. The callback is used to execute the portion of the task
|
| -// that executes on the main thread.
|
| -typedef CancelableRequest1<base::Closure, scoped_refptr<HistoryDBTask> >
|
| - HistoryDBTaskRequest;
|
| -
|
| } // namespace history
|
|
|
| #endif // CHROME_BROWSER_HISTORY_HISTORY_MARSHALING_H_
|
|
|