| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 6599b978a8cba3bdcec2051fc9b552119086d46c..c8079649091f8822cfb3d3d2891a9636944e038b 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -1498,7 +1498,8 @@ ExtensionInfoMap* ProfileImpl::GetExtensionInfoMap() {
|
|
|
| ChromeURLDataManager* ProfileImpl::GetChromeURLDataManager() {
|
| if (!chrome_url_data_manager_.get())
|
| - chrome_url_data_manager_.reset(new ChromeURLDataManager(this));
|
| + chrome_url_data_manager_.reset(new ChromeURLDataManager(
|
| + io_data_.GetChromeURLDataManagerBackendGetter()));
|
| return chrome_url_data_manager_.get();
|
| }
|
|
|
|
|