| Index: net/reporting/reporting_service.cc
|
| diff --git a/net/reporting/reporting_service.cc b/net/reporting/reporting_service.cc
|
| index 4dcee9da222bb8812a4df914fb037edf4ea67263..0ba05c036df60959c47261703fe051895ab177eb 100644
|
| --- a/net/reporting/reporting_service.cc
|
| +++ b/net/reporting/reporting_service.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include <memory>
|
|
|
| -#include "base/callback.h"
|
| +#include "base/bind.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/time/tick_clock.h"
|
| @@ -15,6 +15,7 @@
|
| #include "net/reporting/reporting_cache.h"
|
| #include "net/reporting/reporting_context.h"
|
| #include "net/reporting/reporting_header_parser.h"
|
| +#include "net/reporting/reporting_persister.h"
|
| #include "url/gurl.h"
|
|
|
| namespace net {
|
|
|