Chromium Code Reviews| Index: chrome/browser/ui/webui/feedback_ui.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/feedback_ui.cc (revision 176942) |
| +++ chrome/browser/ui/webui/feedback_ui.cc (working copy) |
| @@ -730,7 +730,7 @@ |
| // Set up the chrome://feedback/ source. |
| Profile* profile = Profile::FromWebUI(web_ui); |
| - ChromeURLDataManager::AddDataSource(profile, html_source); |
| + ChromeURLDataManager::AddDataSourceImpl(profile, html_source); |
| } |
| #if defined(OS_CHROMEOS) |