Chromium Code Reviews| Index: components/webdata/common/web_database.cc |
| diff --git a/components/webdata/common/web_database.cc b/components/webdata/common/web_database.cc |
| index 1923176050df3c0b5d133b7e182ff8ec7f6a203f..e247bc3f2a0f2f4a38728702159ce7c73e763426 100644 |
| --- a/components/webdata/common/web_database.cc |
| +++ b/components/webdata/common/web_database.cc |
| @@ -13,13 +13,13 @@ |
| // corresponding changes must happen in the unit tests, and new migration test |
| // added. See |WebDatabaseMigrationTest::kCurrentTestedVersionNumber|. |
| // static |
| -const int WebDatabase::kCurrentVersionNumber = 71; |
| +const int WebDatabase::kCurrentVersionNumber = 72; |
| const int WebDatabase::kDeprecatedVersionNumber = 51; |
| namespace { |
| -const int kCompatibleVersionNumber = 71; |
| +const int kCompatibleVersionNumber = 72; |
|
sebsg
2017/04/12 22:18:15
I think it's still compatible with 71?
Shanfeng
2017/04/13 18:29:09
I'm not sure about what does compatible mean here?
|
| // Change the version number and possibly the compatibility version of |
| // |meta_table_|. |