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 42837718..675f7c5 100644 --- a/components/webdata/common/web_database.cc +++ b/components/webdata/common/web_database.cc @@ -14,7 +14,7 @@ // corresponding changes must happen in the unit tests, and new migration test // added. See |WebDatabaseMigrationTest::kCurrentTestedVersionNumber|. // static -const int WebDatabase::kCurrentVersionNumber = 62; +const int WebDatabase::kCurrentVersionNumber = 63; const int WebDatabase::kDeprecatedVersionNumber = 51; |