Index: chrome/browser/ui/webui/about_page/about_page_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/about_page/about_page_ui.cc (revision 117388) |
+++ chrome/browser/ui/webui/about_page/about_page_ui.cc (working copy) |
@@ -27,7 +27,8 @@ |
} // namespace |
-AboutPageUI::AboutPageUI(content::WebContents* contents) : WebUI(contents) { |
+AboutPageUI::AboutPageUI(content::WebContents* contents) |
+ : WebUI(contents, this) { |
Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); |
ChromeWebUIDataSource* source = CreateAboutPageHTMLSource(); |
profile->GetChromeURLDataManager()->AddDataSource(source); |