Index: chrome/browser/ui/webui/conflicts_ui.cc |
diff --git a/chrome/browser/ui/webui/conflicts_ui.cc b/chrome/browser/ui/webui/conflicts_ui.cc |
index 1110ee59b9d2d7f0f60a554a0d61fff5f0a578fd..4a6870e89754eaa1cbad0625fa6ac6fe94191b43 100644 |
--- a/chrome/browser/ui/webui/conflicts_ui.cc |
+++ b/chrome/browser/ui/webui/conflicts_ui.cc |
@@ -166,8 +166,7 @@ ConflictsUI::ConflictsUI(content::WebUI* web_ui) : WebUIController(web_ui) { |
// Set up the about:conflicts source. |
Profile* profile = Profile::FromWebUI(web_ui); |
- profile->GetChromeURLDataManager()->AddDataSource( |
- CreateConflictsUIHTMLSource()); |
+ ChromeURLDataManager::AddDataSource(profile, CreateConflictsUIHTMLSource()); |
} |
// static |