// Copyright 2023 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/prepopulated_engines.h" #include "components/search_engines/search_engine_choice/search_engine_choice_utils.h" #include "components/strings/grit/search_engine_descriptions_strings.h" // This file is generated using // http://go/chrome-search-engines-marketing-snippets-script. // Do not modify it manually. namespace search_engines { // Implements a function declared in search_engine_choice_utils.h. int GetMarketingSnippetResourceId(const std::u16string& engine_keyword) { … } } // namespace search_engines