Index: components/rappor/rappor_metric_unittest.cc |
diff --git a/components/rappor/rappor_metric_unittest.cc b/components/rappor/rappor_metric_unittest.cc |
index b8e28dd3a71985b27dc3099985b0506e68033c31..452384bda9fe24da6022d10e87c338a5cbc55c2b 100644 |
--- a/components/rappor/rappor_metric_unittest.cc |
+++ b/components/rappor/rappor_metric_unittest.cc |
@@ -16,6 +16,7 @@ const RapporParameters kTestRapporParameters = { |
1 /* Num cohorts */, |
16 /* Bloom filter size bytes */, |
4 /* Bloom filter hash count */, |
+ 0 /* Flag bytes */, |
PROBABILITY_75 /* Fake data probability */, |
PROBABILITY_50 /* Fake one probability */, |
PROBABILITY_75 /* One coin probability */, |
@@ -26,6 +27,7 @@ const RapporParameters kTestStatsRapporParameters = { |
1 /* Num cohorts */, |
50 /* Bloom filter size bytes */, |
4 /* Bloom filter hash count */, |
+ 0 /* Flag bytes */, |
PROBABILITY_75 /* Fake data probability */, |
PROBABILITY_50 /* Fake one probability */, |
PROBABILITY_75 /* One coin probability */, |