| Index: net/reporting/reporting_context.cc
|
| diff --git a/net/reporting/reporting_context.cc b/net/reporting/reporting_context.cc
|
| index 047a4a34306c7dec70382485034008ad2d8d8b15..934ed25e5b97edb128d624659f72e37ce91898c0 100644
|
| --- a/net/reporting/reporting_context.cc
|
| +++ b/net/reporting/reporting_context.cc
|
| @@ -14,6 +14,7 @@
|
| #include "base/time/tick_clock.h"
|
| #include "base/time/time.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"
|
| @@ -105,6 +106,7 @@ ReportingContext::ReportingContext(const ReportingPolicy& policy,
|
| delivery_agent_(ReportingDeliveryAgent::Create(this)),
|
| persister_(ReportingPersister::Create(this)),
|
| garbage_collector_(ReportingGarbageCollector::Create(this)),
|
| - network_change_observer_(ReportingNetworkChangeObserver::Create(this)) {}
|
| + network_change_observer_(ReportingNetworkChangeObserver::Create(this)),
|
| + browsing_data_remover_(ReportingBrowsingDataRemover::Create(this)) {}
|
|
|
| } // namespace net
|
|
|