| Index: components/subresource_filter/content/browser/subresource_filter_safe_browsing_activation_throttle_unittest.cc | 
| diff --git a/components/subresource_filter/content/browser/subresource_filter_safe_browsing_activation_throttle_unittest.cc b/components/subresource_filter/content/browser/subresource_filter_safe_browsing_activation_throttle_unittest.cc | 
| index 6c53c62c38ed5b8da2869541053eb754698094a8..94afb6fd4d63ec4d6452460a09acd74afd3a0165 100644 | 
| --- a/components/subresource_filter/content/browser/subresource_filter_safe_browsing_activation_throttle_unittest.cc | 
| +++ b/components/subresource_filter/content/browser/subresource_filter_safe_browsing_activation_throttle_unittest.cc | 
| @@ -285,7 +285,7 @@ TEST_F(SubresourceFilterSafeBrowsingActivationThrottleTest, | 
| SimulateStartAndExpectProceed(); | 
| SimulateCommitAndExpectProceed(); | 
| EXPECT_EQ(ContentSubresourceFilterDriverFactory::ActivationDecision:: | 
| -                ACTIVATION_LIST_NOT_MATCHED, | 
| +                ACTIVATION_CONDITIONS_NOT_MET, | 
| factory()->GetActivationDecisionForLastCommittedPageLoad()); | 
| tester().ExpectTotalCount(kMatchesPatternHistogramNameSubresourceFilterSuffix, | 
| 0); | 
| @@ -319,7 +319,7 @@ TEST_F(SubresourceFilterSafeBrowsingActivationThrottleTest, | 
| SimulateRedirectAndExpectProceed(GURL(kRedirectURL)); | 
| SimulateCommitAndExpectProceed(); | 
| EXPECT_EQ(ContentSubresourceFilterDriverFactory::ActivationDecision:: | 
| -                ACTIVATION_LIST_NOT_MATCHED, | 
| +                ACTIVATION_CONDITIONS_NOT_MET, | 
| factory()->GetActivationDecisionForLastCommittedPageLoad()); | 
| tester().ExpectTotalCount(kMatchesPatternHistogramNameSubresourceFilterSuffix, | 
| 0); | 
| @@ -361,7 +361,7 @@ TEST_F(SubresourceFilterSafeBrowsingActivationThrottleTest, | 
| test_io_task_runner()->FastForwardBy(expected_delay); | 
| SimulateCommitAndExpectProceed(); | 
| EXPECT_EQ(ContentSubresourceFilterDriverFactory::ActivationDecision:: | 
| -                ACTIVATION_LIST_NOT_MATCHED, | 
| +                ACTIVATION_CONDITIONS_NOT_MET, | 
| factory()->GetActivationDecisionForLastCommittedPageLoad()); | 
| tester().ExpectTotalCount(kMatchesPatternHistogramNameSubresourceFilterSuffix, | 
| 0); | 
| @@ -438,7 +438,7 @@ TEST_F(SubresourceFilterSafeBrowsingActivationThrottleTest, | 
|  | 
| SimulateCommitAndExpectProceed(); | 
| EXPECT_EQ(ContentSubresourceFilterDriverFactory::ActivationDecision:: | 
| -                ACTIVATION_LIST_NOT_MATCHED, | 
| +                ACTIVATION_CONDITIONS_NOT_MET, | 
| factory()->GetActivationDecisionForLastCommittedPageLoad()); | 
| tester().ExpectTotalCount(kMatchesPatternHistogramNameSubresourceFilterSuffix, | 
| 0); | 
|  |