| Index: components/rappor/rappor_service_unittest.cc
|
| diff --git a/components/rappor/rappor_service_unittest.cc b/components/rappor/rappor_service_unittest.cc
|
| index a36e960db2584853a5e1b3313a011b907558541a..a91db8c03221d9f44194ade2fd50cc0a8421d4da 100644
|
| --- a/components/rappor/rappor_service_unittest.cc
|
| +++ b/components/rappor/rappor_service_unittest.cc
|
| @@ -25,6 +25,7 @@ class TestRapporService : public RapporService {
|
|
|
| TEST(RapporServiceTest, RecordAndExportMetrics) {
|
| const RapporParameters kTestRapporParameters = {
|
| + 1 /* Num cohorts */,
|
| 16 /* Bloom filter size bytes */,
|
| 4 /* Bloom filter hash count */,
|
| PROBABILITY_75 /* Fake data probability */,
|
|
|