Index: chrome/browser/ui/webui/chromeos/system_info_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/chromeos/system_info_ui.cc (revision 117388) |
+++ chrome/browser/ui/webui/chromeos/system_info_ui.cc (working copy) |
@@ -172,7 +172,7 @@ |
// |
//////////////////////////////////////////////////////////////////////////////// |
-SystemInfoUI::SystemInfoUI(WebContents* contents) : WebUI(contents) { |
+SystemInfoUI::SystemInfoUI(WebContents* contents) : WebUI(contents, this) { |
SystemInfoHandler* handler = new SystemInfoHandler(); |
AddMessageHandler(handler); |
SystemInfoUIHTMLSource* html_source = new SystemInfoUIHTMLSource(); |