| Index: chrome/browser/history/history_service.cc
|
| diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
|
| index 59b1f86942fd863e3b7e0c7a935f4e8b9d285735..34b2de8122333fd6718ee2e3bc479df9aa42cb01 100644
|
| --- a/chrome/browser/history/history_service.cc
|
| +++ b/chrome/browser/history/history_service.cc
|
| @@ -963,7 +963,7 @@ bool HistoryService::Init(
|
| std::string languages =
|
| profile_->GetPrefs()->GetString(prefs::kAcceptLanguages);
|
| in_memory_url_index_.reset(new history::InMemoryURLIndex(
|
| - profile_, this, history_dir_, languages, history_client_));
|
| + this, history_dir_, languages, history_client_));
|
| in_memory_url_index_->Init();
|
| }
|
|
|
|
|