chromium/chrome/browser/extensions/favicon/favicon_util_unittest.cc

// Copyright 2022 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/extensions/favicon/favicon_util.h"

#include <string_view>

#include "components/favicon_base/favicon_url_parser.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace extensions {

TEST(FaviconUtilUnittest, Parse) {}

}  // namespace extensions