Index: chrome/browser/history/text_database.cc |
=================================================================== |
--- chrome/browser/history/text_database.cc (revision 49709) |
+++ chrome/browser/history/text_database.cc (working copy) |
@@ -169,7 +169,7 @@ |
bool TextDatabase::CreateTables() { |
// FTS table of page contents. |
if (!db_.DoesTableExist("pages")) { |
- if (!db_.Execute("CREATE VIRTUAL TABLE pages USING fts2(" |
+ if (!db_.Execute("CREATE VIRTUAL TABLE pages USING fts3(" |
"TOKENIZE icu," |
"url LONGVARCHAR," |
"title LONGVARCHAR," |