Index: chrome/browser/history/download_database.cc |
diff --git a/chrome/browser/history/download_database.cc b/chrome/browser/history/download_database.cc |
index e0d068587457bc8e292b1db5afeae98c36335a2a..5256f1088a1b28345edcb1e3990341a3c1d1a9cf 100644 |
--- a/chrome/browser/history/download_database.cc |
+++ b/chrome/browser/history/download_database.cc |
@@ -234,6 +234,7 @@ void DownloadDatabase::RemoveDownloadsBetween(base::Time delete_begin, |
int64 id_to_delete = dbg_statement.ColumnInt64(0); |
returned_ids_.erase(id_to_delete); |
} |
+ CHECK(dbg_statement.Succeeded()); |
} |
// This does not use an index. We currently aren't likely to have enough |