Chromium Code Reviews| Index: chrome/browser/ui/webui/instant_ui.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/instant_ui.cc (revision 176942) |
| +++ chrome/browser/ui/webui/instant_ui.cc (working copy) |
| @@ -98,7 +98,7 @@ |
| // Set up the chrome://instant/ source. |
| Profile* profile = Profile::FromWebUI(web_ui); |
| - ChromeURLDataManager::AddDataSource(profile, CreateInstantHTMLSource()); |
| + ChromeURLDataManager::AddDataSourceImpl(profile, CreateInstantHTMLSource()); |
| } |
| // static |