chromium/components/content_settings/core/common/content_settings_rules.cc

// Copyright 2024 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/content_settings/core/common/content_settings_rules.h"

namespace content_settings {

SortedPatternPair::SortedPatternPair(
    const ContentSettingsPattern& primary_pattern,
    const ContentSettingsPattern& secondary_pattern)
    :{}

bool SortedPatternPair::operator<(const SortedPatternPair& other) const {}

ValueEntry::ValueEntry() = default;

ValueEntry::~ValueEntry() = default;

ValueEntry::ValueEntry(ValueEntry&& other) = default;

ValueEntry& ValueEntry::operator=(ValueEntry&& other) = default;

}  // namespace content_settings