| Index: components/domain_reliability/scheduler_unittest.cc
|
| diff --git a/components/domain_reliability/scheduler_unittest.cc b/components/domain_reliability/scheduler_unittest.cc
|
| index 1d4ef7b165afff2647dc2082ba315254ccfb6b24..9fc6ecc1e1c7bfa12d2ddd652893f82c38918dda 100644
|
| --- a/components/domain_reliability/scheduler_unittest.cc
|
| +++ b/components/domain_reliability/scheduler_unittest.cc
|
| @@ -17,10 +17,9 @@ namespace domain_reliability {
|
|
|
| class DomainReliabilitySchedulerTest : public testing::Test {
|
| public:
|
| - DomainReliabilitySchedulerTest() :
|
| - num_collectors_(0),
|
| - params_(CreateDefaultParams()),
|
| - callback_called_(false) {
|
| + DomainReliabilitySchedulerTest() : num_collectors_(0),
|
| + params_(CreateDefaultParams()),
|
| + callback_called_(false) {
|
| }
|
|
|
| void CreateScheduler(int num_collectors) {
|
|
|