Index: components/rappor/rappor_metric_unittest.cc |
diff --git a/components/rappor/rappor_metric_unittest.cc b/components/rappor/rappor_metric_unittest.cc |
index da919030912c47ee12e38d95594a0ca6cc621622..b8e28dd3a71985b27dc3099985b0506e68033c31 100644 |
--- a/components/rappor/rappor_metric_unittest.cc |
+++ b/components/rappor/rappor_metric_unittest.cc |
@@ -19,7 +19,8 @@ const RapporParameters kTestRapporParameters = { |
PROBABILITY_75 /* Fake data probability */, |
PROBABILITY_50 /* Fake one probability */, |
PROBABILITY_75 /* One coin probability */, |
- PROBABILITY_50 /* Zero coin probability */}; |
+ PROBABILITY_50 /* Zero coin probability */, |
+ FINE_LEVEL /* Reporting level (not used) */}; |
const RapporParameters kTestStatsRapporParameters = { |
1 /* Num cohorts */, |
@@ -28,7 +29,8 @@ const RapporParameters kTestStatsRapporParameters = { |
PROBABILITY_75 /* Fake data probability */, |
PROBABILITY_50 /* Fake one probability */, |
PROBABILITY_75 /* One coin probability */, |
- PROBABILITY_50 /* Zero coin probability */}; |
+ PROBABILITY_50 /* Zero coin probability */, |
+ FINE_LEVEL /* Reporting level (not used) */}; |
// Check for basic syntax and use. |
TEST(RapporMetricTest, BasicMetric) { |