// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_REPORTING_REPORTING_BROWSING_DATA_REMOVER_H_ #define NET_REPORTING_REPORTING_BROWSING_DATA_REMOVER_H_ #include "base/functional/callback.h" #include "net/base/net_export.h" #include "url/origin.h" namespace net { class ReportingCache; // Clears browsing data (reports and clients) from the Reporting system. class NET_EXPORT ReportingBrowsingDataRemover { … }; } // namespace net #endif // NET_REPORTING_REPORTING_BROWSING_DATA_REMOVER_H_