| Index: chrome/browser/history/history_service.cc
|
| diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
|
| index 9b7ba481b524bf4821d95ccf18423872400b0453..e0dd6a22203ebc5ca2822e1e4d3319260f75347e 100644
|
| --- a/chrome/browser/history/history_service.cc
|
| +++ b/chrome/browser/history/history_service.cc
|
| @@ -939,7 +939,7 @@ 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(
|
| + in_memory_url_index_.reset(new InMemoryURLIndex(
|
| this, history_database_params.history_dir, languages));
|
| in_memory_url_index_->Init();
|
| }
|
|
|