| Index: chrome/browser/dom_ui/history_ui.h
|
| ===================================================================
|
| --- chrome/browser/dom_ui/history_ui.h (revision 11260)
|
| +++ chrome/browser/dom_ui/history_ui.h (working copy)
|
| @@ -74,7 +74,7 @@
|
| scoped_ptr<BrowsingDataRemover> remover_;
|
|
|
| // Our consumer for the history service.
|
| - CancelableRequestConsumerTSimple<PageUsageData*> cancelable_consumer_;
|
| + CancelableRequestConsumerT<int, 0> cancelable_consumer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BrowsingHistoryHandler);
|
| };
|
|
|