| Index: chrome/browser/ui/webui/help/help_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/help/help_ui.cc (revision 176942)
|
| +++ chrome/browser/ui/webui/help/help_ui.cc (working copy)
|
| @@ -33,7 +33,7 @@
|
| : WebUIController(web_ui) {
|
| Profile* profile = Profile::FromWebUI(web_ui);
|
| ChromeWebUIDataSource* source = CreateAboutPageHTMLSource();
|
| - ChromeURLDataManager::AddDataSource(profile, source);
|
| + ChromeURLDataManager::AddDataSourceImpl(profile, source);
|
| ChromeURLDataManager::AddDataSource(profile, new SharedResourcesDataSource());
|
|
|
| HelpHandler* handler = new HelpHandler();
|
|
|