Index: net/reporting/reporting_context.cc |
diff --git a/net/reporting/reporting_context.cc b/net/reporting/reporting_context.cc |
index c6f01fd1f30715fcb6b508be1e02c4cfe54377f5..5111611a289df479f6347ce70b6403e84837efd8 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_delivery_agent.h" |
#include "net/reporting/reporting_endpoint_manager.h" |
@@ -79,6 +80,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 |