chromium/chrome/browser/safe_browsing/incident_reporting/resource_request_incident.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/safe_browsing/incident_reporting/resource_request_incident.h"

#include "base/check.h"
#include "chrome/browser/safe_browsing/incident_reporting/incident_handler_util.h"
#include "components/safe_browsing/core/common/proto/csd.pb.h"

namespace safe_browsing {

ResourceRequestIncident::ResourceRequestIncident(
    std::unique_ptr<ClientIncidentReport_IncidentData_ResourceRequestIncident>
        script_request_incident) {}

ResourceRequestIncident::~ResourceRequestIncident() {}

IncidentType ResourceRequestIncident::GetType() const {}

std::string ResourceRequestIncident::GetKey() const {}

uint32_t ResourceRequestIncident::ComputeDigest() const {}

}  // namespace safe_browsing