Index: chrome/browser/ui/webui/network_action_predictor/network_action_predictor_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/network_action_predictor/network_action_predictor_ui.cc (revision 117388) |
+++ chrome/browser/ui/webui/network_action_predictor/network_action_predictor_ui.cc (working copy) |
@@ -26,7 +26,7 @@ |
NetworkActionPredictorUI::NetworkActionPredictorUI( |
content::WebContents* contents) |
- : WebUI(contents) { |
+ : WebUI(contents, this) { |
Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); |
AddMessageHandler(new NetworkActionPredictorDOMHandler(profile)); |
profile->GetChromeURLDataManager()->AddDataSource( |