diff options
-rw-r--r-- | chrome/browser/history/text_database.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/text_database.cc b/chrome/browser/history/text_database.cc index dc8ff8b..3ee835a 100644 --- a/chrome/browser/history/text_database.cc +++ b/chrome/browser/history/text_database.cc @@ -169,7 +169,7 @@ void TextDatabase::CommitTransaction() { bool TextDatabase::CreateTables() { // FTS table of page contents. if (!db_.DoesTableExist("pages")) { - if (!db_.Execute("CREATE VIRTUAL TABLE pages USING fts3(" + if (!db_.Execute("CREATE VIRTUAL TABLE pages USING fts2(" "TOKENIZE icu," "url LONGVARCHAR," "title LONGVARCHAR," |