| Index: chrome/browser/ui/webui/conflicts_ui.cc
|
| diff --git a/chrome/browser/ui/webui/conflicts_ui.cc b/chrome/browser/ui/webui/conflicts_ui.cc
|
| index ff9676d7f08115e273e39364e4efe919880e3f8d..984c32651311dd3809163499a8fe0e209ef65248 100644
|
| --- a/chrome/browser/ui/webui/conflicts_ui.cc
|
| +++ b/chrome/browser/ui/webui/conflicts_ui.cc
|
| @@ -167,8 +167,7 @@ ConflictsUI::ConflictsUI(content::WebUI* web_ui) : WebUIController(web_ui) {
|
|
|
| // Set up the about:conflicts source.
|
| Profile* profile = Profile::FromWebUI(web_ui);
|
| - profile->GetChromeURLDataManager()->AddDataSource(
|
| - CreateConflictsUIHTMLSource());
|
| + ChromeURLDataManager::AddDataSource(profile, CreateConflictsUIHTMLSource());
|
| }
|
|
|
| // static
|
|
|