chromium/components/favicon/content/favicon_url_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/favicon/content/favicon_url_util.h"

#include <iterator>

#include "base/ranges/algorithm.h"
#include "components/favicon/core/favicon_url.h"
#include "components/favicon_base/favicon_types.h"

namespace favicon {
namespace {

favicon_base::IconType IconTypeFromContentIconType(
    blink::mojom::FaviconIconType icon_type) {}

}  // namespace

FaviconURL FaviconURLFromContentFaviconURL(
    const blink::mojom::FaviconURLPtr& favicon_url) {}

std::vector<FaviconURL> FaviconURLsFromContentFaviconURLs(
    const std::vector<blink::mojom::FaviconURLPtr>& favicon_urls) {}

}  // namespace favicon