Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: components/domain_reliability/scheduler_unittest.cc

Issue 252613002: Domain Reliability: More security review. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698