| Index: chrome/browser/history/history_service.cc
|
| diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
|
| index 1216d95046f114f2110553e9df711dabf30021dc..ca1d4f89324c23b8f6a7c45aaa708649c4f84a0c 100644
|
| --- a/chrome/browser/history/history_service.cc
|
| +++ b/chrome/browser/history/history_service.cc
|
| @@ -975,8 +975,8 @@ bool HistoryService::Init(
|
| if (!languages.empty()) {
|
| // Do not create |in_memory_url_index_| when languages is empty (which
|
| // should only happens during testing).
|
| - in_memory_url_index_.reset(new history::InMemoryURLIndex(
|
| - this, history_dir_, languages, history_client_));
|
| + in_memory_url_index_.reset(
|
| + new history::InMemoryURLIndex(this, history_dir_, languages));
|
| in_memory_url_index_->Init();
|
| }
|
|
|
|
|