diff options
Diffstat (limited to 'chrome/browser/dom_ui/history_ui.h')
-rw-r--r-- | chrome/browser/dom_ui/history_ui.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/dom_ui/history_ui.h b/chrome/browser/dom_ui/history_ui.h index 96efd3e..133cb96 100644 --- a/chrome/browser/dom_ui/history_ui.h +++ b/chrome/browser/dom_ui/history_ui.h @@ -9,6 +9,7 @@ #include "chrome/browser/dom_ui/chrome_url_data_manager.h" #include "chrome/browser/dom_ui/dom_ui.h" #include "chrome/browser/dom_ui/dom_ui_contents.h" +#include "chrome/browser/cancelable_request.h" class GURL; @@ -70,9 +71,9 @@ class BrowsingHistoryHandler : public DOMMessageHandler, // Browsing history remover BrowsingDataRemover* remover_; - + // Our consumer for the history service. - CancelableRequestConsumerT<PageUsageData*, NULL> cancelable_consumer_; + CancelableRequestConsumerTSimple<PageUsageData*> cancelable_consumer_; DISALLOW_COPY_AND_ASSIGN(BrowsingHistoryHandler); }; @@ -93,4 +94,4 @@ class HistoryUI : public DOMUI { DISALLOW_COPY_AND_ASSIGN(HistoryUI); }; -#endif // CHROME_BROWSER_DOM_UI_HISTORY_UI_H__
\ No newline at end of file +#endif // CHROME_BROWSER_DOM_UI_HISTORY_UI_H__ |