| Index: components/rappor/rappor_service_unittest.cc
|
| diff --git a/components/rappor/rappor_service_unittest.cc b/components/rappor/rappor_service_unittest.cc
|
| index 790eae7dff7b8024119995a3038d8c6099d1afb8..a36e960db2584853a5e1b3313a011b907558541a 100644
|
| --- a/components/rappor/rappor_service_unittest.cc
|
| +++ b/components/rappor/rappor_service_unittest.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "components/rappor/rappor_service.h"
|
|
|
| +#include "components/rappor/byte_vector_utils.h"
|
| +#include "components/rappor/proto/rappor_metric.pb.h"
|
| +#include "components/rappor/rappor_parameters.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace rappor {
|
| @@ -27,8 +30,7 @@ TEST(RapporServiceTest, RecordAndExportMetrics) {
|
| 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 */};
|
|
|
| TestRapporService rappor_service;
|
| rappor_service.SetCohortForTesting(0);
|
|
|