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

Unified Diff: components/domain_reliability/scheduler.h

Issue 1180223006: Domain Reliability: Simplify configs and reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make requested changes Created 5 years, 1 month 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.h
diff --git a/components/domain_reliability/scheduler.h b/components/domain_reliability/scheduler.h
index b08754e82dd70bb708ed687e38072d8c8f7d7646..15af49f3e0c73511b0cdeda8328a336470204b5a 100644
--- a/components/domain_reliability/scheduler.h
+++ b/components/domain_reliability/scheduler.h
@@ -20,7 +20,7 @@ class Value;
namespace domain_reliability {
-class DomainReliabilityConfig;
+struct DomainReliabilityConfig;
class MockableTime;
// Determines when an upload should be scheduled. A domain's config will

Powered by Google App Engine
This is Rietveld 408576698