| Index: chrome/browser/profiles/profile_impl.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_impl.cc (revision 92669)
|
| +++ chrome/browser/profiles/profile_impl.cc (working copy)
|
| @@ -1518,8 +1518,7 @@
|
|
|
| ChromeURLDataManager* ProfileImpl::GetChromeURLDataManager() {
|
| if (!chrome_url_data_manager_.get())
|
| - chrome_url_data_manager_.reset(new ChromeURLDataManager(
|
| - io_data_.GetChromeURLDataManagerBackendGetter()));
|
| + chrome_url_data_manager_.reset(new ChromeURLDataManager(this));
|
| return chrome_url_data_manager_.get();
|
| }
|
|
|
|
|