summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/history2_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/history2_ui.cc')
-rw-r--r--chrome/browser/ui/webui/history2_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/history2_ui.cc b/chrome/browser/ui/webui/history2_ui.cc
index d59bdcc..0bb9d1b 100644
--- a/chrome/browser/ui/webui/history2_ui.cc
+++ b/chrome/browser/ui/webui/history2_ui.cc
@@ -375,7 +375,7 @@ history::QueryOptions BrowsingHistoryHandler2::CreateMonthQueryOptions(
//
////////////////////////////////////////////////////////////////////////////////
-HistoryUI2::HistoryUI2(TabContents* contents) : WebUI(contents) {
+HistoryUI2::HistoryUI2(TabContents* contents) : ChromeWebUI(contents) {
AddMessageHandler((new BrowsingHistoryHandler2())->Attach(this));
HistoryUIHTMLSource2* html_source = new HistoryUIHTMLSource2();