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

Unified Diff: components/domain_reliability/test_util.h

Issue 252613002: Domain Reliability: More security review. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix one unittest 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/test_util.h
diff --git a/components/domain_reliability/test_util.h b/components/domain_reliability/test_util.h
index b1dfeef282ce5b6dc53b37f1b0d0e7dbf4bf3cd8..4c968eded8561964941e1dca9e23e0d520535ebc 100644
--- a/components/domain_reliability/test_util.h
+++ b/components/domain_reliability/test_util.h
@@ -43,6 +43,7 @@ class MockUploader : public DomainReliabilityUploader {
UploadRequestCallback;
MockUploader(const UploadRequestCallback& callback);
+
virtual ~MockUploader();
// DomainReliabilityUploader implementation:
@@ -57,6 +58,7 @@ class MockUploader : public DomainReliabilityUploader {
class MockTime : public MockableTime {
public:
MockTime();
+
// N.B.: Tasks (and therefore Timers) scheduled to run in the future will
// never be run if MockTime is destroyed before the mock time is advanced
// to their scheduled time.

Powered by Google App Engine
This is Rietveld 408576698