Index: chrome/browser/history/history_service.cc |
diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc |
index 5a36bbc4177e001d461ec4805f119a7a04bc4ee0..b9d8afacd3701a543e6ea603af89ca6097353dce 100644 |
--- a/chrome/browser/history/history_service.cc |
+++ b/chrome/browser/history/history_service.cc |
@@ -964,7 +964,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(); |
} |