Index: chrome/browser/subresource_filter/subresource_filter_browsertest.cc |
diff --git a/chrome/browser/subresource_filter/subresource_filter_browsertest.cc b/chrome/browser/subresource_filter/subresource_filter_browsertest.cc |
index 23a82fadd9f62fff6e02110ba3742545b72b63d0..64555c9308447a51388eea7aa14ea971b5005d36 100644 |
--- a/chrome/browser/subresource_filter/subresource_filter_browsertest.cc |
+++ b/chrome/browser/subresource_filter/subresource_filter_browsertest.cc |
@@ -360,8 +360,8 @@ void ExpectHistogramsAreRecordedForTestFrameSet( |
tester.ExpectTotalCount(kEvaluationTotalCPUDurationForDocument, |
time_recorded ? 6 : 0); |
- tester.ExpectTotalCount(kEvaluationWallDuration, time_recorded ? 7 : 0); |
- tester.ExpectTotalCount(kEvaluationCPUDuration, time_recorded ? 7 : 0); |
+ tester.ExpectTotalCount(kEvaluationWallDuration, time_recorded ? 6 : 0); |
+ tester.ExpectTotalCount(kEvaluationCPUDuration, time_recorded ? 6 : 0); |
// Activation timing histograms are always recorded. |
tester.ExpectTotalCount(kActivationWallDuration, 6); |