Index: chrome/browser/ui/webui/version_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/version_ui.cc (revision 176942) |
+++ chrome/browser/ui/webui/version_ui.cc (working copy) |
@@ -142,8 +142,8 @@ |
ChromeURLDataManager::AddDataSource(profile, theme); |
#endif |
- ChromeURLDataManager::AddDataSource(profile, |
- CreateVersionUIDataSource(profile)); |
+ ChromeURLDataManager::AddDataSourceImpl(profile, |
+ CreateVersionUIDataSource(profile)); |
} |
VersionUI::~VersionUI() { |