// 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 "third_party/blink/renderer/platform/loader/fetch/integrity_metadata.h" namespace blink { IntegrityMetadata::IntegrityMetadata(WTF::String digest, IntegrityAlgorithm algorithm) : … { … } IntegrityMetadata::IntegrityMetadata(IntegrityMetadataPair pair) : … { … } IntegrityMetadataPair IntegrityMetadata::ToPair() const { … } bool IntegrityMetadata::SetsEqual(const IntegrityMetadataSet& set1, const IntegrityMetadataSet& set2) { … } } // namespace blink