| Index: net/reporting/reporting_context.cc
|
| diff --git a/net/reporting/reporting_context.cc b/net/reporting/reporting_context.cc
|
| index 1dd255bcb1b8759b97bfc6a9be75fc2ebcd1d3ce..d3e6a679fac56b52b1f50afb4eb9bc60855ae948 100644
|
| --- a/net/reporting/reporting_context.cc
|
| +++ b/net/reporting/reporting_context.cc
|
| @@ -15,6 +15,7 @@
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
| #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"
|
| @@ -97,6 +98,7 @@ ReportingContext::ReportingContext(const ReportingPolicy& policy,
|
| endpoint_manager_(base::MakeUnique<ReportingEndpointManager>(this)),
|
| delivery_agent_(base::MakeUnique<ReportingDeliveryAgent>(this)),
|
| persister_(ReportingPersister::Create(this)),
|
| - garbage_collector_(ReportingGarbageCollector::Create(this)) {}
|
| + garbage_collector_(ReportingGarbageCollector::Create(this)),
|
| + browsing_data_remover_(ReportingBrowsingDataRemover::Create(this)) {}
|
|
|
| } // namespace net
|
|
|