chromium/components/search_engines/template_url_data_unittest.cc

// Copyright 2018 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/search_engines/template_url_data.h"

#include <string_view>

#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
#include "components/search_engines/prepopulated_engines.h"
#include "components/search_engines/regulatory_extension_type.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {
TemplateURLData BuildDataForRegulatoryExtensions(
    base::span<TemplateURLData::RegulatoryExtension> extensions) {}
}  // namespace

TEST(TemplateURLDataTest, Trim) {}

TEST(TemplateURLDataTest, AcceptKnownRegulatoryKeywords) {}

#if DCHECK_IS_ON()
TEST(TemplateURLDataTest, DuplicateRegulatoryKeywords) {}
#endif