summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/history_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/history_ui.cc')
-rw-r--r--chrome/browser/ui/webui/history_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/history_ui.cc b/chrome/browser/ui/webui/history_ui.cc
index 97849dd..d5620b7 100644
--- a/chrome/browser/ui/webui/history_ui.cc
+++ b/chrome/browser/ui/webui/history_ui.cc
@@ -366,7 +366,7 @@ history::QueryOptions BrowsingHistoryHandler::CreateMonthQueryOptions(
//
////////////////////////////////////////////////////////////////////////////////
-HistoryUI::HistoryUI(TabContents* contents) : WebUI(contents) {
+HistoryUI::HistoryUI(TabContents* contents) : ChromeWebUI(contents) {
AddMessageHandler((new BrowsingHistoryHandler())->Attach(this));
HistoryUIHTMLSource* html_source = new HistoryUIHTMLSource();