| Index: chrome/browser/history/visit_database.cc
|
| ===================================================================
|
| --- chrome/browser/history/visit_database.cc (revision 10992)
|
| +++ chrome/browser/history/visit_database.cc (working copy)
|
| @@ -36,7 +36,8 @@
|
| "from_visit INTEGER,"
|
| "transition INTEGER DEFAULT 0 NOT NULL,"
|
| "segment_id INTEGER,"
|
| - "is_indexed BOOLEAN)", // True when we have indexed data for this visit.
|
| + // True when we have indexed data for this visit.
|
| + "is_indexed BOOLEAN)",
|
| NULL, NULL, NULL) != SQLITE_OK)
|
| return false;
|
| } else if (!DoesSqliteColumnExist(GetDB(), "visits",
|
|
|