| Index: content/common/page_state_serialization_unittest.cc
|
| diff --git a/content/common/page_state_serialization_unittest.cc b/content/common/page_state_serialization_unittest.cc
|
| index 9ed9d33ed044325f3e5933dcef7077ca9c8c07ea..43b801dd5117e22eb6fcedf02ce9140e05e6c745 100644
|
| --- a/content/common/page_state_serialization_unittest.cc
|
| +++ b/content/common/page_state_serialization_unittest.cc
|
| @@ -439,5 +439,9 @@ TEST_F(PageStateSerializationTest, BackwardsCompat_v22) {
|
| TestBackwardsCompat(22);
|
| }
|
|
|
| +TEST_F(PageStateSerializationTest, BackwardsCompat_v23) {
|
| + TestBackwardsCompat(23);
|
| +}
|
| +
|
| } // namespace
|
| } // namespace content
|
|
|