chromium/components/safe_browsing/core/browser/db/util.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 "components/safe_browsing/core/browser/db/util.h"

#include <stddef.h>

namespace safe_browsing {

ThreatMetadata::ThreatMetadata()
    :{}

ThreatMetadata::ThreatMetadata(const ThreatMetadata& other) = default;

ThreatMetadata::~ThreatMetadata() {}

bool ThreatMetadata::operator==(const ThreatMetadata& other) const {}

bool ThreatMetadata::operator!=(const ThreatMetadata& other) const {}

std::unique_ptr<base::trace_event::TracedValue> ThreatMetadata::ToTracedValue()
    const {}

}  // namespace safe_browsing