#ifndef NET_NETWORK_ERROR_LOGGING_NETWORK_ERROR_LOGGING_SERVICE_H_
#define NET_NETWORK_ERROR_LOGGING_NETWORK_ERROR_LOGGING_SERVICE_H_
#include <map>
#include <memory>
#include <set>
#include <string>
#include <vector>
#include "base/feature_list.h"
#include "base/memory/raw_ptr.h"
#include "base/time/clock.h"
#include "base/time/time.h"
#include "net/base/ip_address.h"
#include "net/base/net_errors.h"
#include "net/base/net_export.h"
#include "net/base/network_anonymization_key.h"
#include "url/gurl.h"
#include "url/origin.h"
namespace base {
class Value;
}
namespace net {
class ReportingService;
}
namespace url {
class Origin;
}
namespace features {
extern const base::Feature NET_EXPORT kNetworkErrorLogging;
}
namespace net {
class NET_EXPORT NetworkErrorLoggingService { … };
class NET_EXPORT NetworkErrorLoggingService::PersistentNelStore { … };
}
#endif