Index: components/rappor/rappor_metric_unittest.cc |
diff --git a/components/rappor/rappor_metric_unittest.cc b/components/rappor/rappor_metric_unittest.cc |
index 7c50fd47327620372a2e4737508e85f7f9097413..b5707cf3aa7f0f0464d6f6631a638784a2deed22 100644 |
--- a/components/rappor/rappor_metric_unittest.cc |
+++ b/components/rappor/rappor_metric_unittest.cc |
@@ -13,6 +13,7 @@ |
namespace rappor { |
const RapporParameters kTestRapporParameters = { |
+ 1 /* Num cohorts */, |
16 /* Bloom filter size bytes */, |
4 /* Bloom filter hash count */, |
PROBABILITY_75 /* Fake data probability */, |
@@ -21,6 +22,7 @@ const RapporParameters kTestRapporParameters = { |
PROBABILITY_50 /* Zero coin probability */}; |
const RapporParameters kTestStatsRapporParameters = { |
+ 1 /* Num cohorts */, |
50 /* Bloom filter size bytes */, |
4 /* Bloom filter hash count */, |
PROBABILITY_75 /* Fake data probability */, |