| Index: net/reporting/reporting_context.cc
|
| diff --git a/net/reporting/reporting_context.cc b/net/reporting/reporting_context.cc
|
| index 5111611a289df479f6347ce70b6403e84837efd8..6519e621da35e5d54c90fe1fc091ccf2ccd9f3b7 100644
|
| --- a/net/reporting/reporting_context.cc
|
| +++ b/net/reporting/reporting_context.cc
|
| @@ -16,6 +16,7 @@
|
| #include "net/base/backoff_entry.h"
|
| #include "net/reporting/reporting_browsing_data_remover.h"
|
| #include "net/reporting/reporting_cache.h"
|
| +#include "net/reporting/reporting_delegate.h"
|
| #include "net/reporting/reporting_delivery_agent.h"
|
| #include "net/reporting/reporting_endpoint_manager.h"
|
| #include "net/reporting/reporting_garbage_collector.h"
|
| @@ -75,6 +76,7 @@ ReportingContext::ReportingContext(const ReportingPolicy& policy,
|
| clock_(std::move(clock)),
|
| tick_clock_(std::move(tick_clock)),
|
| uploader_(std::move(uploader)),
|
| + delegate_(ReportingDelegate::Create()),
|
| cache_(base::MakeUnique<ReportingCache>(this)),
|
| endpoint_manager_(base::MakeUnique<ReportingEndpointManager>(this)),
|
| delivery_agent_(ReportingDeliveryAgent::Create(this)),
|
|
|