chromium/chrome/browser/safe_browsing/incident_reporting/mock_incident_receiver.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/mock_incident_receiver.h"

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

namespace safe_browsing {

MockIncidentReceiver::MockIncidentReceiver() {}

MockIncidentReceiver::~MockIncidentReceiver() {}

}  // namespace safe_browsing