summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_database.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_database.cc b/chrome/browser/safe_browsing/safe_browsing_database.cc
index 1def4a3..dc976474 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_database.cc
@@ -42,7 +42,7 @@
// Database version. If this is different than what's stored on disk, the
// database is reset.
-static const int kDatabaseVersion = 2;
+static const int kDatabaseVersion = 3;
// Filename suffix for the bloom filter.
static const wchar_t kBloomFilterFile[] = L" Filter";