| Index: chrome/browser/ui/webui/conflicts_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/conflicts_ui.cc (revision 176942)
|
| +++ chrome/browser/ui/webui/conflicts_ui.cc (working copy)
|
| @@ -167,7 +167,8 @@
|
|
|
| // Set up the about:conflicts source.
|
| Profile* profile = Profile::FromWebUI(web_ui);
|
| - ChromeURLDataManager::AddDataSource(profile, CreateConflictsUIHTMLSource());
|
| + ChromeURLDataManager::AddDataSourceImpl(profile,
|
| + CreateConflictsUIHTMLSource());
|
| }
|
|
|
| // static
|
|
|