diff options
Diffstat (limited to 'components/webdata/common/web_database.cc')
-rw-r--r-- | components/webdata/common/web_database.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webdata/common/web_database.cc b/components/webdata/common/web_database.cc index ae4ee9f..05d1789 100644 --- a/components/webdata/common/web_database.cc +++ b/components/webdata/common/web_database.cc @@ -15,7 +15,7 @@ // corresponding changes must happen in the unit tests, and new migration test // added. See |WebDatabaseMigrationTest::kCurrentTestedVersionNumber|. // static -const int WebDatabase::kCurrentVersionNumber = 50; +const int WebDatabase::kCurrentVersionNumber = 51; namespace { |