summaryrefslogtreecommitdiff
path: root/chromium/components/webdata/common/web_database.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/webdata/common/web_database.cc')
-rw-r--r--chromium/components/webdata/common/web_database.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/components/webdata/common/web_database.cc b/chromium/components/webdata/common/web_database.cc
index 81bab6a167c..6ce6df444b3 100644
--- a/chromium/components/webdata/common/web_database.cc
+++ b/chromium/components/webdata/common/web_database.cc
@@ -6,6 +6,7 @@
#include <algorithm>
+#include "base/logging.h"
#include "base/stl_util.h"
#include "sql/transaction.h"
@@ -13,7 +14,7 @@
// corresponding changes must happen in the unit tests, and new migration test
// added. See |WebDatabaseMigrationTest::kCurrentTestedVersionNumber|.
// static
-const int WebDatabase::kCurrentVersionNumber = 86;
+const int WebDatabase::kCurrentVersionNumber = 87;
const int WebDatabase::kDeprecatedVersionNumber = 51;