| Index: chrome/browser/ui/webui/history_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/history_ui.cc (revision 117388)
|
| +++ chrome/browser/ui/webui/history_ui.cc (working copy)
|
| @@ -423,7 +423,7 @@
|
| //
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| -HistoryUI::HistoryUI(WebContents* contents) : WebUI(contents) {
|
| +HistoryUI::HistoryUI(WebContents* contents) : WebUI(contents, this) {
|
| AddMessageHandler(new BrowsingHistoryHandler());
|
|
|
| HistoryUIHTMLSource* html_source = new HistoryUIHTMLSource();
|
|
|