| Index: net/reporting/reporting_context.h
|
| diff --git a/net/reporting/reporting_context.h b/net/reporting/reporting_context.h
|
| index c3517daefbe8935d3af12e28ac0db2b8ff2a5ab9..4467cb05197b468b1fc3f5a3a851bcee257dfccb 100644
|
| --- a/net/reporting/reporting_context.h
|
| +++ b/net/reporting/reporting_context.h
|
| @@ -72,7 +72,8 @@ class NET_EXPORT ReportingContext {
|
| ReportingContext(const ReportingPolicy& policy,
|
| std::unique_ptr<base::Clock> clock,
|
| std::unique_ptr<base::TickClock> tick_clock,
|
| - std::unique_ptr<ReportingUploader> uploader);
|
| + std::unique_ptr<ReportingUploader> uploader,
|
| + std::unique_ptr<ReportingDelegate> delegate);
|
|
|
| private:
|
| ReportingPolicy policy_;
|
|
|