| Index: chrome/common/safe_browsing/file_type_policies_unittest.cc
|
| diff --git a/chrome/common/safe_browsing/file_type_policies_unittest.cc b/chrome/common/safe_browsing/file_type_policies_unittest.cc
|
| index c5e3cbb1a18668ca8000288b3854e98081a9c81e..b8a39e81a8d0eae64f4b085e45a0fd1e844c5bb7 100644
|
| --- a/chrome/common/safe_browsing/file_type_policies_unittest.cc
|
| +++ b/chrome/common/safe_browsing/file_type_policies_unittest.cc
|
| @@ -207,7 +207,7 @@ TEST_F(FileTypePoliciesTest, BadUpdateFromExisting) {
|
| policies_.PopulateFromBinaryPb(cfg.SerializeAsString()));
|
|
|
| // Can't update to the same version
|
| - EXPECT_EQ(FileTypePolicies::UpdateResult::FAILED_VERSION_CHECK,
|
| + EXPECT_EQ(FileTypePolicies::UpdateResult::SKIPPED_VERSION_CHECK_EQUAL,
|
| policies_.PopulateFromBinaryPb(cfg.SerializeAsString()));
|
|
|
| // Can't go backward
|
|
|