Index: chrome/browser/ui/webui/chromeos/system_info_ui.cc |
diff --git a/chrome/browser/ui/webui/chromeos/system_info_ui.cc b/chrome/browser/ui/webui/chromeos/system_info_ui.cc |
index c3835ff96298191d052362beffde8254f6e47fdd..0109bc48528362d904b0afa607eaac1529187b00 100644 |
--- a/chrome/browser/ui/webui/chromeos/system_info_ui.cc |
+++ b/chrome/browser/ui/webui/chromeos/system_info_ui.cc |
@@ -181,5 +181,5 @@ SystemInfoUI::SystemInfoUI(content::WebUI* web_ui) : WebUIController(web_ui) { |
// Set up the chrome://system/ source. |
Profile* profile = Profile::FromWebUI(web_ui); |
- profile->GetChromeURLDataManager()->AddDataSource(html_source); |
+ ChromeURLDataManager::AddDataSource(profile, html_source); |
} |