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

Unified Diff: components/domain_reliability/scheduler_unittest.cc

Issue 267633002: Domain Reliability: Don't send proxy address, other fixes (Closed) Base URL: http://git.chromium.org/chromium/src.git@domrel_security
Patch Set: Include https://codereview.chromium.org/271593002/ Created 6 years, 7 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 9eb96a39debf7eec51ef6d3efd93eaf5fa1803c3..21d796c208b874fbdecd16b5cc4c102bca6a8bcb 100644
--- a/components/domain_reliability/scheduler_unittest.cc
+++ b/components/domain_reliability/scheduler_unittest.cc
@@ -11,11 +11,12 @@
#include "components/domain_reliability/util.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace domain_reliability {
+namespace {
+
using base::TimeDelta;
using base::TimeTicks;
-namespace domain_reliability {
-
class DomainReliabilitySchedulerTest : public testing::Test {
public:
DomainReliabilitySchedulerTest()
@@ -210,4 +211,5 @@ TEST_F(DomainReliabilitySchedulerTest, DetermineCollectorAtUpload) {
scheduler_->OnUploadComplete(true);
}
+} // namespace
} // namespace domain_reliability
« no previous file with comments | « components/domain_reliability/monitor_unittest.cc ('k') | components/domain_reliability/uploader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698