Index: chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc (revision 176942) |
+++ chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc (working copy) |
@@ -25,9 +25,9 @@ |
html_source->set_default_resource(IDR_SUGGESTIONS_INTERNALS_HTML); |
Profile* profile = Profile::FromWebUI(web_ui); |
- ChromeURLDataManager::AddDataSource(profile, html_source); |
- ChromeURLDataManager::AddDataSource(profile, |
- new FaviconSource(profile, FaviconSource::FAVICON)); |
+ ChromeURLDataManager::AddDataSourceImpl(profile, html_source); |
+ ChromeURLDataManager::AddDataSource( |
+ profile, new FaviconSource(profile, FaviconSource::FAVICON)); |
// AddMessageHandler takes ownership of SuggestionsInternalsUIHandler |
web_ui->AddMessageHandler(new SuggestionsInternalsUIHandler(profile)); |