summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_backend.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/history_backend.cc')
-rw-r--r--chrome/browser/history/history_backend.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/history/history_backend.cc b/chrome/browser/history/history_backend.cc
index afaee0a..c3bdd4a 100644
--- a/chrome/browser/history/history_backend.cc
+++ b/chrome/browser/history/history_backend.cc
@@ -533,7 +533,8 @@ void HistoryBackend::InitImpl() {
// Full-text database. This has to be first so we can pass it to the
// HistoryDatabase for migration.
- text_database_.reset(new TextDatabaseManager(history_dir_, db_.get()));
+ text_database_.reset(new TextDatabaseManager(history_dir_,
+ db_.get(), db_.get()));
if (!text_database_->Init()) {
LOG(WARNING) << "Text database initialization failed, running without it.";
text_database_.reset();